#877571

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

Shades of Ferra #877571

Tints of Ferra #877571

Color information

#877571 (or 0x877571) is unknown color: approx Ferra. HEX triplet: 87, 75 and 71. RGB value is (135,117,113). Sum of RGB (Red+Green+Blue) = 135+117+113=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877571 is #788A8E. Grayscale: #797979. Windows color (decimal): -7899791 or 7435655. OLE color: 7435655.

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

Color convert

RGB135117113-
CMYK00.130.160.47
HSL10.91º8.87%48.63%-
HSV(B)10.91º16.3%52.94%-
XYZ19.3319.0718.28-
YUV121.93122.96137.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=36.99%
G=32.05%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511711300.130.160.4710.918.8748.63
Hex8775710D102Fb931
Octal2071651610152057131161
Binary1000011111101011110001011011000010111110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877571; }

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

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

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

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

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

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

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

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