#75778D

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

Shades of Storm Grey #75778D

Tints of Storm Grey #75778D

Color information

#75778D (or 0x75778D) is unknown color: approx Storm Grey. HEX triplet: 75, 77 and 8D. RGB value is (117,119,141). Sum of RGB (Red+Green+Blue) = 117+119+141=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #75778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778D is #8A8872. Grayscale: #787878. Windows color (decimal): -9078899 or 9271157. OLE color: 9271157.

HSL color Cylindrical-coordinate representation of color #75778D: hue angle of 235º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75778D is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117119141-
CMYK0.170.1600.45
HSL235º9.52%50.59%-
HSV(B)235º17.02%55.29%-
XYZ18.7418.927.86-
YUV120.91139.34125.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=31.03%
G=31.56%
B=37.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171191410.170.1600.452359.5250.59
Hex75778D111002Deba33
Octal16516721521200553531263
Binary111010111101111000110110001100000101101111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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