Html Css Color HEX #877470 Ferra

📋 copy color: '#877470'

red 135 ◦ green 116 ◦ blue 112

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

Shades of Ferra #877470

Tints of Ferra #877470

RGB

 RED value IS 135 (53.13% from 255) = 37.19%

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 135 116 112 -
CMYK 0 0.14 0.17 0.47
HSL 10.43º 0.09% 0.48% -
HSV(B) 10.43º 0.17% 0.53% -
XYZ 19.16 18.81 17.95 -
YUV 121.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 135 116 112 0 0.14 0.17 0.47 10.43 0.09 0.48
Hex 87 74 70 0 E 11 2F A 9 30
Octal 207 164 160 0 16 21 57 12 11 60
Binary 10000111 1110100 1110000 0 1110 10001 101111 1010 1001 110000

Color Harmonies of #877470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877470

Black with #877470

Text Example


Text Example

White with #877470

Text Example


Text Example

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