#87736E

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

Shades of Ferra #87736E

Tints of Ferra #87736E

Color information

#87736E (or 0x87736E) is unknown color: approx Ferra. HEX triplet: 87, 73 and 6E. RGB value is (135,115,110). Sum of RGB (Red+Green+Blue) = 135+115+110=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87736E is #788C91. Grayscale: #787878. Windows color (decimal): -7900306 or 7238535. OLE color: 7238535.

HSL color Cylindrical-coordinate representation of color #87736E: hue angle of 12º degrees, saturation: 0.1, 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 #87736E is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135115110-
CMYK00.150.190.47
HSL12º10.2%48.04%-
HSV(B)12º18.52%52.94%-
XYZ18.9418.5417.33-
YUV120.41122.13138.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=37.5%
G=31.94%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511000.150.190.471210.248.04
Hex87736E0F132Fca30
Octal2071631560172357141260
Binary1000011111100111101110011111001110111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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