#877470

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

Shades of Ferra #877470

Tints of Ferra #877470

Color information

#877470 (or 0x877470) is unknown color: approx Ferra. HEX triplet: 87, 74 and 70. RGB value is (135,116,112). Sum of RGB (Red+Green+Blue) = 135+116+112=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877470 is #788B8F. Grayscale: #797979. Windows color (decimal): -7900048 or 7369863. OLE color: 7369863.

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

Color convert

RGB135116112-
CMYK00.140.170.47
HSL10.43º9.31%48.43%-
HSV(B)10.43º17.04%52.94%-
XYZ19.1618.8117.95-
YUV121.22122.79137.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=37.19%
G=31.96%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511611200.140.170.4710.439.3148.43
Hex8774700E112Fa930
Octal2071641600162157121160
Binary1000011111101001110000011101000110111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877470; }

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

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

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

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

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

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

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

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