Html Css Color HEX #807471 Ferra

📋 copy color: '#807471'

red 128 ◦ green 116 ◦ blue 113

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

Shades of Ferra #807471

Tints of Ferra #807471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 35.85%
G = 32.49%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#807471 (or 0x807471) is known color: Ferra. HEX triplet: 80, 74 and 71. RGB value is (128,116,113). Sum of RGB (Red+Green+Blue) = 128+116+113=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #807471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807471 is #7F8B8E. Grayscale: #777777. Windows color (decimal): -8358799 or 7435392. OLE color: 7435392.

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

Color convert

RGB 128 116 113 -
CMYK 0 0.09 0.12 0.50
HSL 12º 0.06% 0.47% -
HSV(B) 12º 0.12% 0.5% -
XYZ 18.13 18.27 18.19 -
YUV 119.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 128 116 113 0 0.09 0.12 0.50 12 0.06 0.47
Hex 80 74 71 0 9 C 32 C 6 2F
Octal 200 164 161 0 11 14 62 14 6 57
Binary 10000000 1110100 1110001 0 1001 1100 110010 1100 110 101111

Color Harmonies of #807471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807471

Black with #807471

Text Example


Text Example

White with #807471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807471; }

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

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

background-color css

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

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

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

border-color css

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

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

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