Html Css Color HEX #876B72 Empress

📋 copy color: '#876B72'

red 135 ◦ green 107 ◦ blue 114

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

Shades of Empress #876B72

Tints of Empress #876B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 37.92%
G = 30.06%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#876B72 (or 0x876B72) is known color: Empress. HEX triplet: 87, 6B and 72. RGB value is (135,107,114). Sum of RGB (Red+Green+Blue) = 135+107+114=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B72 is #78948D. Grayscale: #747474. Windows color (decimal): -7902350 or 7498631. OLE color: 7498631.

HSL color Cylindrical-coordinate representation of color #876B72: hue angle of 345º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876B72 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 107 114 -
CMYK 0 0.21 0.16 0.47
HSL 345º 0.12% 0.47% -
HSV(B) 345º 0.21% 0.53% -
XYZ 18.29 16.88 18.21 -
YUV 116.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 135 107 114 0 0.21 0.16 0.47 345 0.12 0.47
Hex 87 6B 72 0 15 10 2F 159 C 2F
Octal 207 153 162 0 25 20 57 531 14 57
Binary 10000111 1101011 1110010 0 10101 10000 101111 101011001 1100 101111

Color Harmonies of #876B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B72

Black with #876B72

Text Example


Text Example

White with #876B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,107,114); }

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

background-color css

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

 a { background-color: rgb(135,107,114); }

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

border-color css

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

 span { border-color: rgb(135,107,114); }

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