Html Css Color HEX #877571 Ferra

📋 copy color: '#877571'

red 135 ◦ green 117 ◦ blue 113

#877571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #877571

Tints of Ferra #877571

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#877571 (or 0x877571) is known color: 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

RGB 135 117 113 -
CMYK 0 0.13 0.16 0.47
HSL 10.91º 0.09% 0.49% -
HSV(B) 10.91º 0.16% 0.53% -
XYZ 19.33 19.07 18.28 -
YUV 121.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 135 117 113 0 0.13 0.16 0.47 10.91 0.09 0.49
Hex 87 75 71 0 D 10 2F B 9 31
Octal 207 165 161 0 15 20 57 13 11 61
Binary 10000111 1110101 1110001 0 1101 10000 101111 1011 1001 110001

Color Harmonies of #877571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877571

Black with #877571

Text Example


Text Example

White with #877571

Text Example


Text Example

HTML Codes & Css Web 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>