#757B8A

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

Shades of Storm Grey #757B8A

Tints of Storm Grey #757B8A

Color information

#757B8A (or 0x757B8A) is unknown color: approx Storm Grey. HEX triplet: 75, 7B and 8A. RGB value is (117,123,138). Sum of RGB (Red+Green+Blue) = 117+123+138=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #757B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757B8A is #8A8475. Grayscale: #7A7A7A. Windows color (decimal): -9077878 or 9075573. OLE color: 9075573.

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

Color convert

RGB117123138-
CMYK0.150.1100.46
HSL222.86º8.24%50%-
HSV(B)222.86º15.22%54.12%-
XYZ19.0119.7826.86-
YUV122.92136.51123.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=30.95%
G=32.54%
B=36.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171231380.150.1100.46222.868.2450
Hex757B8AFB02Edf832
Octal16517321217130563371062
Binary1110101111101110001010111110110101110110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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