Html Css Color HEX #847472 Ferra

📋 copy color: '#847472'

red 132 ◦ green 116 ◦ blue 114

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

Shades of Ferra #847472

Tints of Ferra #847472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 36.46%
G = 32.04%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#847472 (or 0x847472) is known color: Ferra. HEX triplet: 84, 74 and 72. RGB value is (132,116,114). Sum of RGB (Red+Green+Blue) = 132+116+114=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #847472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847472 is #7B8B8D. Grayscale: #787878. Windows color (decimal): -8096654 or 7500932. OLE color: 7500932.

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

Color convert

RGB 132 116 114 -
CMYK 0 0.12 0.14 0.48
HSL 6.67º 0.07% 0.48% -
HSV(B) 6.67º 0.14% 0.52% -
XYZ 18.8 18.61 18.52 -
YUV 120.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 132 116 114 0 0.12 0.14 0.48 6.67 0.07 0.48
Hex 84 74 72 0 C E 30 7 7 30
Octal 204 164 162 0 14 16 60 7 7 60
Binary 10000100 1110100 1110010 0 1100 1110 110000 111 111 110000

Color Harmonies of #847472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847472

Black with #847472

Text Example


Text Example

White with #847472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847472; }

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

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

background-color css

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

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

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

border-color css

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

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

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