Html Css Color HEX #877478 Empress

📋 copy color: '#877478'

red 135 ◦ green 116 ◦ blue 120

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

Shades of Empress #877478

Tints of Empress #877478

RGB

 RED value IS 135 (53.13% from 255) = 36.39%

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 36.39%
G = 31.27%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#877478 (or 0x877478) is known color: Empress. HEX triplet: 87, 74 and 78. RGB value is (135,116,120). Sum of RGB (Red+Green+Blue) = 135+116+120=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877478 is #788B87. Grayscale: #7A7A7A. Windows color (decimal): -7900040 or 7894151. OLE color: 7894151.

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

Color convert

RGB 135 116 120 -
CMYK 0 0.14 0.11 0.47
HSL 347.37º 0.08% 0.49% -
HSV(B) 347.37º 0.14% 0.53% -
XYZ 19.63 19 20.4 -
YUV 122.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 135 116 120 0 0.14 0.11 0.47 347.37 0.08 0.49
Hex 87 74 78 0 E B 2F 15B 8 31
Octal 207 164 170 0 16 13 57 533 10 61
Binary 10000111 1110100 1111000 0 1110 1011 101111 101011011 1000 110001

Color Harmonies of #877478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877478

Black with #877478

Text Example


Text Example

White with #877478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877478; }

 p { color: rgb(135,116,120); }

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

background-color css

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

 a { background-color: rgb(135,116,120); }

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

border-color css

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

 span { border-color: rgb(135,116,120); }

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