#87736F

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

Shades of Ferra #87736F

Tints of Ferra #87736F

Color information

#87736F (or 0x87736F) is unknown color: approx Ferra. HEX triplet: 87, 73 and 6F. RGB value is (135,115,111). Sum of RGB (Red+Green+Blue) = 135+115+111=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87736F is #788C90. Grayscale: #787878. Windows color (decimal): -7900305 or 7304071. OLE color: 7304071.

HSL color Cylindrical-coordinate representation of color #87736F: hue angle of 10º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87736F is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135115111-
CMYK00.150.180.47
HSL10º9.76%48.24%-
HSV(B)10º17.78%52.94%-
XYZ18.9918.5617.62-
YUV120.52122.63138.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=37.40%
G=31.86%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511100.150.180.47109.7648.24
Hex87736F0F122Faa30
Octal2071631570172257121260
Binary1000011111100111101111011111001010111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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