#757D92

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

Shades of Storm Grey #757D92

Tints of Storm Grey #757D92

Color information

#757D92 (or 0x757D92) is unknown color: approx Storm Grey. HEX triplet: 75, 7D and 92. RGB value is (117,125,146). Sum of RGB (Red+Green+Blue) = 117+125+146=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #757D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D92 is #8A826D. Grayscale: #7C7C7C. Windows color (decimal): -9077358 or 9600373. OLE color: 9600373.

HSL color Cylindrical-coordinate representation of color #757D92: hue angle of 223.45º 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 #757D92 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117125146-
CMYK0.200.1400.43
HSL223.45º11.74%51.57%-
HSV(B)223.45º19.86%57.25%-
XYZ19.8620.5230.11-
YUV125139.85122.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=30.15%
G=32.22%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171251460.200.1400.43223.4511.7451.57
Hex757D9214E02Bdfc34
Octal16517522224160533371464
Binary11101011111101100100101010011100101011110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D92; }

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

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

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

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

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

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

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

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