Html Css Color HEX #757990 Storm Grey

📋 copy color: '#757990'

red 117 ◦ green 121 ◦ blue 144

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

Shades of Storm Grey #757990

Tints of Storm Grey #757990

RGB

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

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

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

R = 30.63%
G = 31.68%
B = 37.7%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#757990 (or 0x757990) is known color: Storm Grey. HEX triplet: 75, 79 and 90. RGB value is (117,121,144). Sum of RGB (Red+Green+Blue) = 117+121+144=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #757990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757990 is #8A866F. Grayscale: #7A7A7A. Windows color (decimal): -9078384 or 9468277. OLE color: 9468277.

HSL color Cylindrical-coordinate representation of color #757990: hue angle of 231.11º 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 #757990 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 121 144 -
CMYK 0.19 0.16 0 0.44
HSL 231.11º 0.11% 0.51% -
HSV(B) 231.11º 0.19% 0.56% -
XYZ 19.21 19.47 29.13 -
YUV 122.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 117 121 144 0.19 0.16 0 0.44 231.11 0.11 0.51
Hex 75 79 90 13 10 0 2C E7 B 33
Octal 165 171 220 23 20 0 54 347 13 63
Binary 1110101 1111001 10010000 10011 10000 0 101100 11100111 1011 110011

Color Harmonies of #757990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757990

Black with #757990

Text Example


Text Example

White with #757990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757990; }

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

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

background-color css

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

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

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

border-color css

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

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

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