Html Css Color HEX #876F74 Empress

📋 copy color: '#876F74'

red 135 ◦ green 111 ◦ blue 116

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

Shades of Empress #876F74

Tints of Empress #876F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 37.29%
G = 30.66%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#876F74 (or 0x876F74) is known color: Empress. HEX triplet: 87, 6F and 74. RGB value is (135,111,116). Sum of RGB (Red+Green+Blue) = 135+111+116=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #876F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F74 is #78908B. Grayscale: #767676. Windows color (decimal): -7901324 or 7630727. OLE color: 7630727.

HSL color Cylindrical-coordinate representation of color #876F74: hue angle of 347.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #876F74 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 111 116 -
CMYK 0 0.18 0.14 0.47
HSL 347.5º 0.1% 0.48% -
HSV(B) 347.5º 0.18% 0.53% -
XYZ 18.83 17.78 18.96 -
YUV 118.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 135 111 116 0 0.18 0.14 0.47 347.5 0.1 0.48
Hex 87 6F 74 0 12 E 2F 15C A 30
Octal 207 157 164 0 22 16 57 534 12 60
Binary 10000111 1101111 1110100 0 10010 1110 101111 101011100 1010 110000

Color Harmonies of #876F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F74

Black with #876F74

Text Example


Text Example

White with #876F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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