#87706C

Color #87706C Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #87706C

Tints of Ferra #87706C

Color information

#87706C (or 0x87706C) is unknown color: approx Ferra. HEX triplet: 87, 70 and 6C. RGB value is (135,112,108). Sum of RGB (Red+Green+Blue) = 135+112+108=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87706C is #788F93. Grayscale: #767676. Windows color (decimal): -7901076 or 7106695. OLE color: 7106695.

HSL color Cylindrical-coordinate representation of color #87706C: hue angle of 8.89º 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 #87706C is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB135112108-
CMYK00.170.20.47
HSL8.89º11.11%47.65%-
HSV(B)8.89º20%52.94%-
XYZ18.4917.8216.65-
YUV118.42122.12139.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=38.03%
G=31.55%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511210800.170.20.478.8911.1147.65
Hex87706C011142F9b30
Octal2071601540212457111360
Binary10000111111000011011000100011010010111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87706C; }

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

 H1.HeaderClassName
 {
   color: #87706C;
 }
 .AnyTagClassName
 {
   color: #87706C;
 }
</style>
background-color css

<style>
 a { background-color: #87706C; }

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

 div.DivClassName
 {
   background-color: #87706C;
 }
 .BgClassName
 {
   background-color: #87706C;
 }
</style>
border-color css

<style>
 span { border-color: #87706C; }

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

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