#807573

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

Shades of Ferra #807573

Tints of Ferra #807573

Color information

#807573 (or 0x807573) is unknown color: approx Ferra. HEX triplet: 80, 75 and 73. RGB value is (128,117,115). Sum of RGB (Red+Green+Blue) = 128+117+115=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #807573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807573 is #7F8A8C. Grayscale: #787878. Windows color (decimal): -8358541 or 7566720. OLE color: 7566720.

HSL color Cylindrical-coordinate representation of color #807573: hue angle of 9.23º 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 #807573 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB128117115-
CMYK00.090.100.50
HSL9.23º5.35%47.65%-
HSV(B)9.23º10.16%50.2%-
XYZ18.3618.5518.83-
YUV120.06125.14133.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=35.56%
G=32.5%
B=31.94%

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
Decimal12811711500.090.100.509.235.3547.65
Hex80757309A329530
Octal200165163011126211560
Binary10000000111010111100110100110101100101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807573; }

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

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

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

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

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

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

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

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