Html Css Color HEX #807472 Ferra

📋 copy color: '#807472'

red 128 ◦ green 116 ◦ blue 114

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

Shades of Ferra #807472

Tints of Ferra #807472

RGB

 RED value IS 128 (50.39% from 255) = 35.75%

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

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

R = 35.75%
G = 32.4%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#807472 (or 0x807472) is known color: Ferra. HEX triplet: 80, 74 and 72. RGB value is (128,116,114). Sum of RGB (Red+Green+Blue) = 128+116+114=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #807472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807472 is #7F8B8D. Grayscale: #777777. Windows color (decimal): -8358798 or 7500928. OLE color: 7500928.

HSL color Cylindrical-coordinate representation of color #807472: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807472 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 114 -
CMYK 0 0.09 0.11 0.50
HSL 8.57º 0.06% 0.47% -
HSV(B) 8.57º 0.11% 0.5% -
XYZ 18.18 18.29 18.49 -
YUV 119.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 128 116 114 0 0.09 0.11 0.50 8.57 0.06 0.47
Hex 80 74 72 0 9 B 32 9 6 2F
Octal 200 164 162 0 11 13 62 11 6 57
Binary 10000000 1110100 1110010 0 1001 1011 110010 1001 110 101111

Color Harmonies of #807472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807472

Black with #807472

Text Example


Text Example

White with #807472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807472; }

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

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

background-color css

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

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

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

border-color css

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

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

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