Html Css Color HEX #757997 Storm Grey

📋 copy color: '#757997'

red 117 ◦ green 121 ◦ blue 151

#757997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #757997

Tints of Storm Grey #757997

RGB

 RED value IS 117 (46.09% from 255) = 30.08%

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 30.08%
G = 31.11%
B = 38.82%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757997 (or 0x757997) is known color: Storm Grey. HEX triplet: 75, 79 and 97. RGB value is (117,121,151). Sum of RGB (Red+Green+Blue) = 117+121+151=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #757997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757997 is #8A8668. Grayscale: #7B7B7B. Windows color (decimal): -9078377 or 9927029. OLE color: 9927029.

HSL color Cylindrical-coordinate representation of color #757997: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757997 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 121 151 -
CMYK 0.23 0.20 0 0.41
HSL 232.94º 0.14% 0.53% -
HSV(B) 232.94º 0.23% 0.59% -
XYZ 19.76 19.69 32.04 -
YUV 123.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 117 121 151 0.23 0.20 0 0.41 232.94 0.14 0.53
Hex 75 79 97 17 14 0 29 E9 E 35
Octal 165 171 227 27 24 0 51 351 16 65
Binary 1110101 1111001 10010111 10111 10100 0 101001 11101001 1110 110101

Color Harmonies of #757997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757997

Black with #757997

Text Example


Text Example

White with #757997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757997; }

 p { color: rgb(117,121,151); }

 H1.HeaderClassName
 {
   color: #757997;
 }
 .AnyTagClassName
 {
   color: #757997;
 }
</style>

background-color css

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

 a { background-color: rgb(117,121,151); }

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

border-color css

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

 span { border-color: rgb(117,121,151); }

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