Html Css Color HEX #876F75 Empress

📋 copy color: '#876F75'

red 135 ◦ green 111 ◦ blue 117

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

Shades of Empress #876F75

Tints of Empress #876F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 37.19%
G = 30.58%
B = 32.23%

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

#876F75 (or 0x876F75) is known color: Empress. HEX triplet: 87, 6F and 75. RGB value is (135,111,117). Sum of RGB (Red+Green+Blue) = 135+111+117=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F75 is #78908A. Grayscale: #767676. Windows color (decimal): -7901323 or 7696263. OLE color: 7696263.

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

Color convert

RGB 135 111 117 -
CMYK 0 0.18 0.13 0.47
HSL 345º 0.1% 0.48% -
HSV(B) 345º 0.18% 0.53% -
XYZ 18.89 17.8 19.27 -
YUV 118.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 135 111 117 0 0.18 0.13 0.47 345 0.1 0.48
Hex 87 6F 75 0 12 D 2F 159 A 30
Octal 207 157 165 0 22 15 57 531 12 60
Binary 10000111 1101111 1110101 0 10010 1101 101111 101011001 1010 110000

Color Harmonies of #876F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F75

Black with #876F75

Text Example


Text Example

White with #876F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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