Html Css Color HEX #847470 Ferra

📋 copy color: '#847470'

red 132 ◦ green 116 ◦ blue 112

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

Shades of Ferra #847470

Tints of Ferra #847470

RGB

 RED value IS 132 (51.95% from 255) = 36.67%

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 36.67%
G = 32.22%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#847470 (or 0x847470) is known color: Ferra. HEX triplet: 84, 74 and 70. RGB value is (132,116,112). Sum of RGB (Red+Green+Blue) = 132+116+112=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #847470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847470 is #7B8B8F. Grayscale: #787878. Windows color (decimal): -8096656 or 7369860. OLE color: 7369860.

HSL color Cylindrical-coordinate representation of color #847470: hue angle of 12º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847470 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 112 -
CMYK 0 0.12 0.15 0.48
HSL 12º 0.08% 0.48% -
HSV(B) 12º 0.15% 0.52% -
XYZ 18.69 18.57 17.93 -
YUV 120.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 132 116 112 0 0.12 0.15 0.48 12 0.08 0.48
Hex 84 74 70 0 C F 30 C 8 30
Octal 204 164 160 0 14 17 60 14 10 60
Binary 10000100 1110100 1110000 0 1100 1111 110000 1100 1000 110000

Color Harmonies of #847470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847470

Black with #847470

Text Example


Text Example

White with #847470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847470; }

 p { color: rgb(132,116,112); }

 H1.HeaderClassName
 {
   color: #847470;
 }
 .AnyTagClassName
 {
   color: #847470;
 }
</style>

background-color css

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

 a { background-color: rgb(132,116,112); }

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

border-color css

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

 span { border-color: rgb(132,116,112); }

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