#75798A

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

Shades of Storm Grey #75798A

Tints of Storm Grey #75798A

Color information

#75798A (or 0x75798A) is unknown color: approx Storm Grey. HEX triplet: 75, 79 and 8A. RGB value is (117,121,138). Sum of RGB (Red+Green+Blue) = 117+121+138=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #75798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798A is #8A8675. Grayscale: #797979. Windows color (decimal): -9078390 or 9075061. OLE color: 9075061.

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

Color convert

RGB117121138-
CMYK0.150.1200.46
HSL228.57º8.24%50%-
HSV(B)228.57º15.22%54.12%-
XYZ18.7619.2926.78-
YUV121.74137.17124.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=31.12%
G=32.18%
B=36.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171211380.150.1200.46228.578.2450
Hex75798AFC02Ee5832
Octal16517121217140563451062
Binary1110101111100110001010111111000101110111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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