Html Css Color HEX #847270 Ferra

📋 copy color: '#847270'

red 132 ◦ green 114 ◦ blue 112

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

Shades of Ferra #847270

Tints of Ferra #847270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

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

R = 36.87%
G = 31.84%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#847270 (or 0x847270) is known color: Ferra. HEX triplet: 84, 72 and 70. RGB value is (132,114,112). Sum of RGB (Red+Green+Blue) = 132+114+112=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #847270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847270 is #7B8D8F. Grayscale: #777777. Windows color (decimal): -8097168 or 7369348. OLE color: 7369348.

HSL color Cylindrical-coordinate representation of color #847270: hue angle of 6º 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 #847270 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 114 112 -
CMYK 0 0.14 0.15 0.48
HSL 0.08% 0.48% -
HSV(B) 0.15% 0.52% -
XYZ 18.46 18.11 17.85 -
YUV 119.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 132 114 112 0 0.14 0.15 0.48 6 0.08 0.48
Hex 84 72 70 0 E F 30 6 8 30
Octal 204 162 160 0 16 17 60 6 10 60
Binary 10000100 1110010 1110000 0 1110 1111 110000 110 1000 110000

Color Harmonies of #847270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847270

Black with #847270

Text Example


Text Example

White with #847270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847270; }

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

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

background-color css

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

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

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

border-color css

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

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

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