#75778A

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

Shades of Storm Grey #75778A

Tints of Storm Grey #75778A

Color information

#75778A (or 0x75778A) is unknown color: approx Storm Grey. HEX triplet: 75, 77 and 8A. RGB value is (117,119,138). Sum of RGB (Red+Green+Blue) = 117+119+138=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #75778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778A is #8A8875. Grayscale: #787878. Windows color (decimal): -9078902 or 9074549. OLE color: 9074549.

HSL color Cylindrical-coordinate representation of color #75778A: hue angle of 234.29º 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 #75778A is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117119138-
CMYK0.150.1400.46
HSL234.29º8.24%50%-
HSV(B)234.29º15.22%54.12%-
XYZ18.5218.8126.7-
YUV120.57137.84125.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=31.28%
G=31.82%
B=36.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171191380.150.1400.46234.298.2450
Hex75778AFE02Eea832
Octal16516721217160563521062
Binary1110101111011110001010111111100101110111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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