#807471

Color #807471 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #807471

Tints of Ferra #807471

Color information

#807471 (or 0x807471) is unknown color: approx 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

RGB128116113-
CMYK00.090.120.50
HSL12º6.22%47.25%-
HSV(B)12º11.72%50.2%-
XYZ18.1318.2718.19-
YUV119.25124.48134.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811611300.090.120.50126.2247.25
Hex80747109C32c62f
Octal200164161011146214657
Binary10000000111010011100010100111001100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>