Html Css Color HEX #876F76 Empress

📋 copy color: '#876F76'

red 135 ◦ green 111 ◦ blue 118

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

Shades of Empress #876F76

Tints of Empress #876F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 37.09%
G = 30.49%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#876F76 (or 0x876F76) is known color: Empress. HEX triplet: 87, 6F and 76. RGB value is (135,111,118). Sum of RGB (Red+Green+Blue) = 135+111+118=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #876F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F76 is #789089. Grayscale: #767676. Windows color (decimal): -7901322 or 7761799. OLE color: 7761799.

HSL color Cylindrical-coordinate representation of color #876F76: hue angle of 342.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 #876F76 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 111 118 -
CMYK 0 0.18 0.13 0.47
HSL 342.5º 0.1% 0.48% -
HSV(B) 342.5º 0.18% 0.53% -
XYZ 18.95 17.83 19.58 -
YUV 118.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 135 111 118 0 0.18 0.13 0.47 342.5 0.1 0.48
Hex 87 6F 76 0 12 D 2F 156 A 30
Octal 207 157 166 0 22 15 57 526 12 60
Binary 10000111 1101111 1110110 0 10010 1101 101111 101010110 1010 110000

Color Harmonies of #876F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F76

Black with #876F76

Text Example


Text Example

White with #876F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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