#75788A

Color #75788A Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #75788A

Tints of Storm Grey #75788A

Color information

#75788A (or 0x75788A) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 8A. RGB value is (117,120,138). Sum of RGB (Red+Green+Blue) = 117+120+138=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #75788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75788A is #8A8775. Grayscale: #797979. Windows color (decimal): -9078646 or 9074805. OLE color: 9074805.

HSL color Cylindrical-coordinate representation of color #75788A: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75788A is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117120138-
CMYK0.150.1300.46
HSL231.43º8.24%50%-
HSV(B)231.43º15.22%54.12%-
XYZ18.6419.0526.74-
YUV121.16137.51125.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=31.2%
G=32%
B=36.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171201380.150.1300.46231.438.2450
Hex75788AFD02Ee7832
Octal16517021217150563471062
Binary1110101111100010001010111111010101110111001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75788A; }

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

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

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

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

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

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

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

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