Html Css Color HEX #876D74 Empress

📋 copy color: '#876D74'

red 135 ◦ green 109 ◦ blue 116

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

Shades of Empress #876D74

Tints of Empress #876D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

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

R = 37.5%
G = 30.28%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#876D74 (or 0x876D74) is known color: Empress. HEX triplet: 87, 6D and 74. RGB value is (135,109,116). Sum of RGB (Red+Green+Blue) = 135+109+116=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #876D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D74 is #78928B. Grayscale: #757575. Windows color (decimal): -7901836 or 7630215. OLE color: 7630215.

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

Color convert

RGB 135 109 116 -
CMYK 0 0.19 0.14 0.47
HSL 343.85º 0.11% 0.48% -
HSV(B) 343.85º 0.19% 0.53% -
XYZ 18.61 17.35 18.89 -
YUV 117.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 135 109 116 0 0.19 0.14 0.47 343.85 0.11 0.48
Hex 87 6D 74 0 13 E 2F 158 B 30
Octal 207 155 164 0 23 16 57 530 13 60
Binary 10000111 1101101 1110100 0 10011 1110 101111 101011000 1011 110000

Color Harmonies of #876D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876D74

Black with #876D74

Text Example


Text Example

White with #876D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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