#877371

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

Shades of Ferra #877371

Tints of Ferra #877371

Color information

#877371 (or 0x877371) is unknown color: approx Ferra. HEX triplet: 87, 73 and 71. RGB value is (135,115,113). Sum of RGB (Red+Green+Blue) = 135+115+113=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877371 is #788C8E. Grayscale: #787878. Windows color (decimal): -7900303 or 7435143. OLE color: 7435143.

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

Color convert

RGB135115113-
CMYK00.150.160.47
HSL5.45º8.87%48.63%-
HSV(B)5.45º16.3%52.94%-
XYZ19.118.618.21-
YUV120.75123.63138.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=37.19%
G=31.68%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511300.150.160.475.458.8748.63
Hex8773710F102F5931
Octal207163161017205751161
Binary100001111110011111000101111100001011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877371; }

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

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

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

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

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

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

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

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