Html Css Color HEX #867277 Empress

📋 copy color: '#867277'

red 134 ◦ green 114 ◦ blue 119

#867277
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #867277

Tints of Empress #867277

RGB

 RED value IS 134 (52.73% from 255) = 36.51%

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 36.51%
G = 31.06%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#867277 (or 0x867277) is known color: Empress. HEX triplet: 86, 72 and 77. RGB value is (134,114,119). Sum of RGB (Red+Green+Blue) = 134+114+119=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867277 is #798D88. Grayscale: #787878. Windows color (decimal): -7966089 or 7828102. OLE color: 7828102.

HSL color Cylindrical-coordinate representation of color #867277: hue angle of 345º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867277 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 119 -
CMYK 0 0.15 0.11 0.47
HSL 345º 0.08% 0.49% -
HSV(B) 345º 0.15% 0.53% -
XYZ 19.18 18.43 20 -
YUV 120.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 134 114 119 0 0.15 0.11 0.47 345 0.08 0.49
Hex 86 72 77 0 F B 2F 159 8 31
Octal 206 162 167 0 17 13 57 531 10 61
Binary 10000110 1110010 1110111 0 1111 1011 101111 101011001 1000 110001

Color Harmonies of #867277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867277

Black with #867277

Text Example


Text Example

White with #867277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867277; }

 p { color: rgb(134,114,119); }

 H1.HeaderClassName
 {
   color: #867277;
 }
 .AnyTagClassName
 {
   color: #867277;
 }
</style>

background-color css

<style>
 a { background-color: #867277; }

 a { background-color: rgb(134,114,119); }

 div.DivClassName
 {
   background-color: #867277;
 }
 .BgClassName
 {
   background-color: #867277;
 }
</style>

border-color css

<style>
 span { border-color: #867277; }

 span { border-color: rgb(134,114,119); }

 td.TdClassName
 {
   border-color: #867277;
 }
 .TagClassName
 {
   border-color: #867277;
 }
</style>