#807473

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

Shades of Ferra #807473

Tints of Ferra #807473

Color information

#807473 (or 0x807473) is unknown color: approx Ferra. HEX triplet: 80, 74 and 73. RGB value is (128,116,115). Sum of RGB (Red+Green+Blue) = 128+116+115=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #807473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807473 is #7F8B8C. Grayscale: #777777. Windows color (decimal): -8358797 or 7566464. OLE color: 7566464.

HSL color Cylindrical-coordinate representation of color #807473: hue angle of 4.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807473 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB128116115-
CMYK00.090.100.50
HSL4.62º5.35%47.65%-
HSV(B)4.62º10.16%50.2%-
XYZ18.2418.3218.79-
YUV119.47125.48134.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=35.65%
G=32.31%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811611500.090.100.504.625.3547.65
Hex80747309A325530
Octal20016416301112625560
Binary1000000011101001110011010011010110010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807473; }

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

 H1.HeaderClassName
 {
   color: #807473;
 }
 .AnyTagClassName
 {
   color: #807473;
 }
</style>
background-color css

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

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

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

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

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

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