Html Css Color HEX #757A90 Storm Grey

📋 copy color: '#757A90'

red 117 ◦ green 122 ◦ blue 144

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

Shades of Storm Grey #757A90

Tints of Storm Grey #757A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 30.55%
G = 31.85%
B = 37.6%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#757A90 (or 0x757A90) is known color: Storm Grey. HEX triplet: 75, 7A and 90. RGB value is (117,122,144). Sum of RGB (Red+Green+Blue) = 117+122+144=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #757A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A90 is #8A856F. Grayscale: #7A7A7A. Windows color (decimal): -9078128 or 9468533. OLE color: 9468533.

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

Color convert

RGB 117 122 144 -
CMYK 0.19 0.15 0 0.44
HSL 228.89º 0.11% 0.51% -
HSV(B) 228.89º 0.19% 0.56% -
XYZ 19.33 19.71 29.17 -
YUV 123.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 117 122 144 0.19 0.15 0 0.44 228.89 0.11 0.51
Hex 75 7A 90 13 F 0 2C E5 B 33
Octal 165 172 220 23 17 0 54 345 13 63
Binary 1110101 1111010 10010000 10011 1111 0 101100 11100101 1011 110011

Color Harmonies of #757A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A90

Black with #757A90

Text Example


Text Example

White with #757A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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