#877370

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

Shades of Ferra #877370

Tints of Ferra #877370

Color information

#877370 (or 0x877370) is unknown color: approx Ferra. HEX triplet: 87, 73 and 70. RGB value is (135,115,112). Sum of RGB (Red+Green+Blue) = 135+115+112=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #877370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877370 is #788C8F. Grayscale: #787878. Windows color (decimal): -7900304 or 7369607. OLE color: 7369607.

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

Color convert

RGB135115112-
CMYK00.150.170.47
HSL7.83º9.31%48.43%-
HSV(B)7.83º17.04%52.94%-
XYZ19.0518.5817.91-
YUV120.64123.13138.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=37.29%
G=31.77%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511200.150.170.477.839.3148.43
Hex8773700F112F8930
Octal2071631600172157101160
Binary1000011111100111110000011111000110111110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877370; }

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

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

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

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

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

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

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

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