#87706D

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

Shades of Ferra #87706D

Tints of Ferra #87706D

Color information

#87706D (or 0x87706D) is unknown color: approx Ferra. HEX triplet: 87, 70 and 6D. RGB value is (135,112,109). Sum of RGB (Red+Green+Blue) = 135+112+109=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87706D is #788F92. Grayscale: #767676. Windows color (decimal): -7901075 or 7172231. OLE color: 7172231.

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

Color convert

RGB135112109-
CMYK00.170.190.47
HSL6.92º10.66%47.84%-
HSV(B)6.92º19.26%52.94%-
XYZ18.5517.8416.93-
YUV118.54122.62139.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=37.92%
G=31.46%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511210900.170.190.476.9210.6647.84
Hex87706D011132F7b30
Octal207160155021235771360
Binary1000011111100001101101010001100111011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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