Html Css Color HEX #757995 Storm Grey

📋 copy color: '#757995'

red 117 ◦ green 121 ◦ blue 149

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

Shades of Storm Grey #757995

Tints of Storm Grey #757995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 30.23%
G = 31.27%
B = 38.5%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757995 (or 0x757995) is known color: Storm Grey. HEX triplet: 75, 79 and 95. RGB value is (117,121,149). Sum of RGB (Red+Green+Blue) = 117+121+149=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #757995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757995 is #8A866A. Grayscale: #7A7A7A. Windows color (decimal): -9078379 or 9795957. OLE color: 9795957.

HSL color Cylindrical-coordinate representation of color #757995: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757995 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 121 149 -
CMYK 0.21 0.19 0 0.42
HSL 232.5º 0.13% 0.52% -
HSV(B) 232.5º 0.21% 0.58% -
XYZ 19.6 19.63 31.19 -
YUV 123 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 117 121 149 0.21 0.19 0 0.42 232.5 0.13 0.52
Hex 75 79 95 15 13 0 2A E8 D 34
Octal 165 171 225 25 23 0 52 350 15 64
Binary 1110101 1111001 10010101 10101 10011 0 101010 11101000 1101 110100

Color Harmonies of #757995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757995

Black with #757995

Text Example


Text Example

White with #757995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757995; }

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

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

background-color css

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

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

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

border-color css

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

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

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