#757D8B

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

Shades of Storm Grey #757D8B

Tints of Storm Grey #757D8B

Color information

#757D8B (or 0x757D8B) is unknown color: approx Storm Grey. HEX triplet: 75, 7D and 8B. RGB value is (117,125,139). Sum of RGB (Red+Green+Blue) = 117+125+139=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #757D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D8B is #8A8274. Grayscale: #7C7C7C. Windows color (decimal): -9077365 or 9141621. OLE color: 9141621.

HSL color Cylindrical-coordinate representation of color #757D8B: hue angle of 218.18º 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 #757D8B is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117125139-
CMYK0.160.1000.45
HSL218.18º8.66%50.2%-
HSV(B)218.18º15.83%54.51%-
XYZ19.3320.3127.33-
YUV124.2136.35122.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=30.71%
G=32.81%
B=36.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171251390.160.1000.45218.188.6650.2
Hex757D8B10A02Dda932
Octal16517521320120553321162
Binary11101011111101100010111000010100101101110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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