Html Css Color HEX #757A95 Storm Grey

📋 copy color: '#757A95'

red 117 ◦ green 122 ◦ blue 149

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

Shades of Storm Grey #757A95

Tints of Storm Grey #757A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 30.15%
G = 31.44%
B = 38.4%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757A95 (or 0x757A95) is known color: Storm Grey. HEX triplet: 75, 7A and 95. RGB value is (117,122,149). Sum of RGB (Red+Green+Blue) = 117+122+149=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #757A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A95 is #8A856A. Grayscale: #7B7B7B. Windows color (decimal): -9078123 or 9796213. OLE color: 9796213.

HSL color Cylindrical-coordinate representation of color #757A95: hue angle of 230.62º 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 #757A95 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 122 149 -
CMYK 0.21 0.18 0 0.42
HSL 230.63º 0.13% 0.52% -
HSV(B) 230.63º 0.21% 0.58% -
XYZ 19.72 19.87 31.23 -
YUV 123.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 117 122 149 0.21 0.18 0 0.42 230.63 0.13 0.52
Hex 75 7A 95 15 12 0 2A E7 D 34
Octal 165 172 225 25 22 0 52 347 15 64
Binary 1110101 1111010 10010101 10101 10010 0 101010 11100111 1101 110100

Color Harmonies of #757A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A95

Black with #757A95

Text Example


Text Example

White with #757A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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