#757692

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

Shades of Storm Grey #757692

Tints of Storm Grey #757692

Color information

#757692 (or 0x757692) is unknown color: approx Storm Grey. HEX triplet: 75, 76 and 92. RGB value is (117,118,146). Sum of RGB (Red+Green+Blue) = 117+118+146=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #757692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757692 is #8A896D. Grayscale: #787878. Windows color (decimal): -9079150 or 9598581. OLE color: 9598581.

HSL color Cylindrical-coordinate representation of color #757692: hue angle of 237.93º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757692 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117118146-
CMYK0.200.1900.43
HSL237.93º11.74%51.57%-
HSV(B)237.93º19.86%57.25%-
XYZ1918.8129.82-
YUV120.89142.17125.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=30.71%
G=30.97%
B=38.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171181460.200.1900.43237.9311.7451.57
Hex757692141302Beec34
Octal16516622224230533561464
Binary111010111101101001001010100100110101011111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757692; }

 p { color: rgb(117,118,146); }

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

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

 a { background-color: rgb(117,118,146); }

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

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

 span { border-color: rgb(117,118,146); }

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