#75798B

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

Shades of Storm Grey #75798B

Tints of Storm Grey #75798B

Color information

#75798B (or 0x75798B) is unknown color: approx Storm Grey. HEX triplet: 75, 79 and 8B. RGB value is (117,121,139). Sum of RGB (Red+Green+Blue) = 117+121+139=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #75798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798B is #8A8674. Grayscale: #797979. Windows color (decimal): -9078389 or 9140597. OLE color: 9140597.

HSL color Cylindrical-coordinate representation of color #75798B: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75798B is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117121139-
CMYK0.160.1300.45
HSL229.09º8.66%50.2%-
HSV(B)229.09º15.83%54.51%-
XYZ18.8319.3227.16-
YUV121.86137.67124.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=31.03%
G=32.10%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171211390.160.1300.45229.098.6650.2
Hex75798B10D02De5932
Octal16517121320150553451162
Binary11101011111001100010111000011010101101111001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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