Html Css Color HEX #876C75 Empress

📋 copy color: '#876C75'

red 135 ◦ green 108 ◦ blue 117

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

Shades of Empress #876C75

Tints of Empress #876C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

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

R = 37.5%
G = 30%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#876C75 (or 0x876C75) is known color: Empress. HEX triplet: 87, 6C and 75. RGB value is (135,108,117). Sum of RGB (Red+Green+Blue) = 135+108+117=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #876C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C75 is #78938A. Grayscale: #757575. Windows color (decimal): -7902091 or 7695495. OLE color: 7695495.

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

Color convert

RGB 135 108 117 -
CMYK 0 0.2 0.13 0.47
HSL 340º 0.11% 0.48% -
HSV(B) 340º 0.2% 0.53% -
XYZ 18.57 17.16 19.16 -
YUV 117.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 135 108 117 0 0.2 0.13 0.47 340 0.11 0.48
Hex 87 6C 75 0 14 D 2F 154 B 30
Octal 207 154 165 0 24 15 57 524 13 60
Binary 10000111 1101100 1110101 0 10100 1101 101111 101010100 1011 110000

Color Harmonies of #876C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C75

Black with #876C75

Text Example


Text Example

White with #876C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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