Html Css Color HEX #87696A Empress

📋 copy color: '#87696A'

red 135 ◦ green 105 ◦ blue 106

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

Shades of Empress #87696A

Tints of Empress #87696A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 39.02%
G = 30.35%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87696A (or 0x87696A) is known color: Empress. HEX triplet: 87, 69 and 6A. RGB value is (135,105,106). Sum of RGB (Red+Green+Blue) = 135+105+106=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87696A is #789695. Grayscale: #727272. Windows color (decimal): -7902870 or 6973831. OLE color: 6973831.

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

Color convert

RGB 135 105 106 -
CMYK 0 0.22 0.21 0.47
HSL 358º 0.13% 0.47% -
HSV(B) 358º 0.22% 0.53% -
XYZ 17.64 16.29 15.85 -
YUV 114.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 135 105 106 0 0.22 0.21 0.47 358 0.13 0.47
Hex 87 69 6A 0 16 15 2F 166 C 2F
Octal 207 151 152 0 26 25 57 546 14 57
Binary 10000111 1101001 1101010 0 10110 10101 101111 101100110 1100 101111

Color Harmonies of #87696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87696A

Black with #87696A

Text Example


Text Example

White with #87696A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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