Html Css Color HEX #757B91 Storm Grey

📋 copy color: '#757B91'

red 117 ◦ green 123 ◦ blue 145

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

Shades of Storm Grey #757B91

Tints of Storm Grey #757B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 30.39%
G = 31.95%
B = 37.66%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757B91 (or 0x757B91) is known color: Storm Grey. HEX triplet: 75, 7B and 91. RGB value is (117,123,145). Sum of RGB (Red+Green+Blue) = 117+123+145=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #757B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757B91 is #8A846E. Grayscale: #7B7B7B. Windows color (decimal): -9077871 or 9534325. OLE color: 9534325.

HSL color Cylindrical-coordinate representation of color #757B91: hue angle of 227.14º 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 #757B91 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 123 145 -
CMYK 0.19 0.15 0 0.43
HSL 227.14º 0.11% 0.51% -
HSV(B) 227.14º 0.19% 0.57% -
XYZ 19.53 19.99 29.62 -
YUV 123.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 117 123 145 0.19 0.15 0 0.43 227.14 0.11 0.51
Hex 75 7B 91 13 F 0 2B E3 B 33
Octal 165 173 221 23 17 0 53 343 13 63
Binary 1110101 1111011 10010001 10011 1111 0 101011 11100011 1011 110011

Color Harmonies of #757B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B91

Black with #757B91

Text Example


Text Example

White with #757B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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