Html Css Color HEX #757996 Storm Grey

📋 copy color: '#757996'

red 117 ◦ green 121 ◦ blue 150

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

Shades of Storm Grey #757996

Tints of Storm Grey #757996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 30.15%
G = 31.19%
B = 38.66%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757996 (or 0x757996) is known color: Storm Grey. HEX triplet: 75, 79 and 96. RGB value is (117,121,150). Sum of RGB (Red+Green+Blue) = 117+121+150=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #757996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757996 is #8A8669. Grayscale: #7A7A7A. Windows color (decimal): -9078378 or 9861493. OLE color: 9861493.

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

Color convert

RGB 117 121 150 -
CMYK 0.22 0.19 0 0.41
HSL 232.73º 0.14% 0.52% -
HSV(B) 232.73º 0.22% 0.59% -
XYZ 19.68 19.66 31.61 -
YUV 123.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 117 121 150 0.22 0.19 0 0.41 232.73 0.14 0.52
Hex 75 79 96 16 13 0 29 E9 E 34
Octal 165 171 226 26 23 0 51 351 16 64
Binary 1110101 1111001 10010110 10110 10011 0 101001 11101001 1110 110100

Color Harmonies of #757996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757996

Black with #757996

Text Example


Text Example

White with #757996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757996; }

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

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

background-color css

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

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

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

border-color css

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

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

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