#777574

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

Shades of Hurricane #777574

Tints of Hurricane #777574

Color information

#777574 (or 0x777574) is unknown color: approx Hurricane. HEX triplet: 77, 75 and 74. RGB value is (119,117,116). Sum of RGB (Red+Green+Blue) = 119+117+116=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 119 - color contains mainly: red. Hex color #777574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777574 is #888A8B. Grayscale: #757575. Windows color (decimal): -8948364 or 7632247. OLE color: 7632247.

HSL color Cylindrical-coordinate representation of color #777574: hue angle of 20º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777574 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB119117116-
CMYK00.020.030.53
HSL20º1.28%46.08%-
HSV(B)20º2.52%46.67%-
XYZ17.1217.9119.08-
YUV117.48127.16129.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=33.81%
G=33.24%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911711600.020.030.53201.2846.08
Hex777574023351412e
Octal1671651640236524156
Binary11101111110101111010001011110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777574; }

 p { color: rgb(119,117,116); }

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

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

 a { background-color: rgb(119,117,116); }

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

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

 span { border-color: rgb(119,117,116); }

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