#807773

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

Shades of Hurricane #807773

Tints of Hurricane #807773

Color information

#807773 (or 0x807773) is unknown color: approx Hurricane. HEX triplet: 80, 77 and 73. RGB value is (128,119,115). Sum of RGB (Red+Green+Blue) = 128+119+115=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807773 is #7F888C. Grayscale: #797979. Windows color (decimal): -8358029 or 7567232. OLE color: 7567232.

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

Color convert

RGB128119115-
CMYK00.070.100.50
HSL18.46º5.35%47.65%-
HSV(B)18.46º10.16%50.2%-
XYZ18.5919.0218.91-
YUV121.24124.48132.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=35.36%
G=32.87%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811911500.070.100.5018.465.3547.65
Hex80777307A3212530
Octal20016716307126222560
Binary10000000111011111100110111101011001010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807773; }

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

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

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

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

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

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

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

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