#787574

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

Shades of Hurricane #787574

Tints of Hurricane #787574

Color information

#787574 (or 0x787574) is unknown color: approx Hurricane. HEX triplet: 78, 75 and 74. RGB value is (120,117,116). Sum of RGB (Red+Green+Blue) = 120+117+116=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787574 is #878A8B. Grayscale: #757575. Windows color (decimal): -8882828 or 7632248. OLE color: 7632248.

HSL color Cylindrical-coordinate representation of color #787574: hue angle of 15º degrees, saturation: 0.02, 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 #787574 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB120117116-
CMYK00.020.030.53
HSL15º1.69%46.27%-
HSV(B)15º3.33%47.06%-
XYZ17.2617.9819.08-
YUV117.78126.99129.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=33.99%
G=33.14%
B=32.86%

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
Decimal12011711600.020.030.53151.6946.27
Hex78757402335f22e
Octal1701651640236517256
Binary11110001110101111010001011110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787574; }

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

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

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

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

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

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

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

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