Html Css Color HEX #757690 Storm Grey

📋 copy color: '#757690'

red 117 ◦ green 118 ◦ blue 144

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

Shades of Storm Grey #757690

Tints of Storm Grey #757690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 30.87%
G = 31.13%
B = 37.99%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#757690 (or 0x757690) is known color: Storm Grey. HEX triplet: 75, 76 and 90. RGB value is (117,118,144). Sum of RGB (Red+Green+Blue) = 117+118+144=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #757690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757690 is #8A896F. Grayscale: #787878. Windows color (decimal): -9079152 or 9467509. OLE color: 9467509.

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

Color convert

RGB 117 118 144 -
CMYK 0.19 0.18 0 0.44
HSL 237.78º 0.11% 0.51% -
HSV(B) 237.78º 0.19% 0.56% -
XYZ 18.85 18.75 29.01 -
YUV 120.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 117 118 144 0.19 0.18 0 0.44 237.78 0.11 0.51
Hex 75 76 90 13 12 0 2C EE B 33
Octal 165 166 220 23 22 0 54 356 13 63
Binary 1110101 1110110 10010000 10011 10010 0 101100 11101110 1011 110011

Color Harmonies of #757690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757690

Black with #757690

Text Example


Text Example

White with #757690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757690; }

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

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

background-color css

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

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

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

border-color css

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

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

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