Color Hex Logo

#827772 Color Hex

#827772
(130,119,114)
0 Favorites   0 Comments

Color spaces of #827772

RGB 130119114
HSL0.050.070.48
HSV19°12°51°
CMYK 0.000.080.12   0.49
XYZ18.840019.154418.6238
Yxy19.15440.33280.3383
Hunter Lab43.76570.24955.4061
CIE-Lab50.86743.30924.2690

#827772 color RGB value is (130,119,114).

#827772 hex color red value is 130, green value is 119 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #827772 hue: 0.05 , saturation: 0.07 and the lightness value of 827772 is 0.48.

The process color (four color CMYK) of #827772 color hex is 0.00, 0.08, 0.12, 0.49. Web safe color of #827772 is #996666. Color #827772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 01110010
Octal 202 167 162
Decimal 130 119 114
Hex 82 77 72

RGB Percentages of Color #827772

%35.81
%32.78
%31.40

CMYK Percentages of Color #827772

%0
%8
%12
%49

Triadic Colors of #827772

#827772 #728277 #777282

Analogous Colors of #827772

#827772 #827f72 #827275

Monochromatic Colors of #827772

#827772

Complementary Color

#827772 #727d82

#827772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827772 Color CSS Codes

.mybgcolor {background-color:#827772; } 
.myforecolor {color:#827772; }
.mybordercolor {border:3px solid #827772; }

#827772 Text Font Color

<p style="color:#827772">Text here</p>

This sample text font color is #827772
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#827772 Background Color

<div style="background-color:#827772">
Div content here</div>

This div background color is #827772


#827772 Border Color

<div style="border:3px solid #827772">
Div here</div>

This div border color is #827772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,119,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #827772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #827772;
  -webkit-box-shadow: 1px 1px 3px 2px #827772;
  box-shadow:         1px 1px 3px 2px #827772; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,119,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #827772">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #827772;
  -webkit-box-shadow: 1px 1px 3px 2px #827772;
  box-shadow:         1px 1px 3px 2px #827772;">
Div content here</div>

This div box has shadow with color #827772


Comments

No comments written yet.

Please login to write comment.