Html Css Color HEX #87686A Empress

📋 copy color: '#87686A'

red 135 ◦ green 104 ◦ blue 106

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

Shades of Empress #87686A

Tints of Empress #87686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 39.13%
G = 30.14%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87686A (or 0x87686A) is known color: Empress. HEX triplet: 87, 68 and 6A. RGB value is (135,104,106). Sum of RGB (Red+Green+Blue) = 135+104+106=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87686A is #789795. Grayscale: #717171. Windows color (decimal): -7903126 or 6973575. OLE color: 6973575.

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

Color convert

RGB 135 104 106 -
CMYK 0 0.23 0.21 0.47
HSL 356.13º 0.13% 0.47% -
HSV(B) 356.13º 0.23% 0.53% -
XYZ 17.54 16.09 15.82 -
YUV 113.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 135 104 106 0 0.23 0.21 0.47 356.13 0.13 0.47
Hex 87 68 6A 0 17 15 2F 164 D 2F
Octal 207 150 152 0 27 25 57 544 15 57
Binary 10000111 1101000 1101010 0 10111 10101 101111 101100100 1101 101111

Color Harmonies of #87686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87686A

Black with #87686A

Text Example


Text Example

White with #87686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87686A; }

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

 H1.HeaderClassName
 {
   color: #87686A;
 }
 .AnyTagClassName
 {
   color: #87686A;
 }
</style>

background-color css

<style>
 a { background-color: #87686A; }

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

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

border-color css

<style>
 span { border-color: #87686A; }

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

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