Html Css Color HEX #876A71 Empress

📋 copy color: '#876A71'

red 135 ◦ green 106 ◦ blue 113

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

Shades of Empress #876A71

Tints of Empress #876A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 38.14%
G = 29.94%
B = 31.92%

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

#876A71 (or 0x876A71) is known color: Empress. HEX triplet: 87, 6A and 71. RGB value is (135,106,113). Sum of RGB (Red+Green+Blue) = 135+106+113=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A71 is #78958E. Grayscale: #737373. Windows color (decimal): -7902607 or 7432839. OLE color: 7432839.

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

Color convert

RGB 135 106 113 -
CMYK 0 0.21 0.16 0.47
HSL 345.52º 0.12% 0.47% -
HSV(B) 345.52º 0.21% 0.53% -
XYZ 18.13 16.65 17.88 -
YUV 115.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 135 106 113 0 0.21 0.16 0.47 345.52 0.12 0.47
Hex 87 6A 71 0 15 10 2F 15A C 2F
Octal 207 152 161 0 25 20 57 532 14 57
Binary 10000111 1101010 1110001 0 10101 10000 101111 101011010 1100 101111

Color Harmonies of #876A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A71

Black with #876A71

Text Example


Text Example

White with #876A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,106,113); }

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

background-color css

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

 a { background-color: rgb(135,106,113); }

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

border-color css

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

 span { border-color: rgb(135,106,113); }

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