Html Css Color HEX #87696F Empress

📋 copy color: '#87696F'

red 135 ◦ green 105 ◦ blue 111

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

Shades of Empress #87696F

Tints of Empress #87696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 38.46%
G = 29.91%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87696F (or 0x87696F) is known color: Empress. HEX triplet: 87, 69 and 6F. RGB value is (135,105,111). Sum of RGB (Red+Green+Blue) = 135+105+111=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #87696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87696F is #789690. Grayscale: #727272. Windows color (decimal): -7902865 or 7301511. OLE color: 7301511.

HSL color Cylindrical-coordinate representation of color #87696F: hue angle of 348º 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 #87696F is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 105 111 -
CMYK 0 0.22 0.18 0.47
HSL 348º 0.13% 0.47% -
HSV(B) 348º 0.22% 0.53% -
XYZ 17.91 16.4 17.26 -
YUV 114.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 135 105 111 0 0.22 0.18 0.47 348 0.13 0.47
Hex 87 69 6F 0 16 12 2F 15C C 2F
Octal 207 151 157 0 26 22 57 534 14 57
Binary 10000111 1101001 1101111 0 10110 10010 101111 101011100 1100 101111

Color Harmonies of #87696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87696F

Black with #87696F

Text Example


Text Example

White with #87696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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