Html Css Color HEX #757A91 Storm Grey

📋 copy color: '#757A91'

red 117 ◦ green 122 ◦ blue 145

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

Shades of Storm Grey #757A91

Tints of Storm Grey #757A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 30.47%
G = 31.77%
B = 37.76%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757A91 (or 0x757A91) is known color: Storm Grey. HEX triplet: 75, 7A and 91. RGB value is (117,122,145). Sum of RGB (Red+Green+Blue) = 117+122+145=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #757A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A91 is #8A856E. Grayscale: #7B7B7B. Windows color (decimal): -9078127 or 9534069. OLE color: 9534069.

HSL color Cylindrical-coordinate representation of color #757A91: hue angle of 229.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757A91 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 122 145 -
CMYK 0.19 0.16 0 0.43
HSL 229.29º 0.11% 0.51% -
HSV(B) 229.29º 0.19% 0.57% -
XYZ 19.41 19.75 29.58 -
YUV 123.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 117 122 145 0.19 0.16 0 0.43 229.29 0.11 0.51
Hex 75 7A 91 13 10 0 2B E5 B 33
Octal 165 172 221 23 20 0 53 345 13 63
Binary 1110101 1111010 10010001 10011 10000 0 101011 11100101 1011 110011

Color Harmonies of #757A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A91

Black with #757A91

Text Example


Text Example

White with #757A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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