Html Css Color HEX #757890 Storm Grey

📋 copy color: '#757890'

red 117 ◦ green 120 ◦ blue 144

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

Shades of Storm Grey #757890

Tints of Storm Grey #757890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.5%

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

R = 30.71%
G = 31.5%
B = 37.8%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#757890 (or 0x757890) is known color: Storm Grey. HEX triplet: 75, 78 and 90. RGB value is (117,120,144). Sum of RGB (Red+Green+Blue) = 117+120+144=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #757890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757890 is #8A876F. Grayscale: #797979. Windows color (decimal): -9078640 or 9468021. OLE color: 9468021.

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

Color convert

RGB 117 120 144 -
CMYK 0.19 0.17 0 0.44
HSL 233.33º 0.11% 0.51% -
HSV(B) 233.33º 0.19% 0.56% -
XYZ 19.09 19.23 29.09 -
YUV 121.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 117 120 144 0.19 0.17 0 0.44 233.33 0.11 0.51
Hex 75 78 90 13 11 0 2C E9 B 33
Octal 165 170 220 23 21 0 54 351 13 63
Binary 1110101 1111000 10010000 10011 10001 0 101100 11101001 1011 110011

Color Harmonies of #757890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757890

Black with #757890

Text Example


Text Example

White with #757890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757890; }

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

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

background-color css

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

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

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

border-color css

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

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

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