Html Css Color HEX #727490 Storm Grey

📋 copy color: '#727490'

red 114 ◦ green 116 ◦ blue 144

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

Shades of Storm Grey #727490

Tints of Storm Grey #727490

RGB

 RED value IS 114 (44.92% from 255) = 30.48%

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 30.48%
G = 31.02%
B = 38.5%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727490 (or 0x727490) is known color: Storm Grey. HEX triplet: 72, 74 and 90. RGB value is (114,116,144). Sum of RGB (Red+Green+Blue) = 114+116+144=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #727490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727490 is #8D8B6F. Grayscale: #767676. Windows color (decimal): -9276272 or 9466994. OLE color: 9466994.

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

Color convert

RGB 114 116 144 -
CMYK 0.21 0.19 0 0.44
HSL 236º 0.12% 0.51% -
HSV(B) 236º 0.21% 0.56% -
XYZ 18.22 18.08 28.92 -
YUV 118.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 114 116 144 0.21 0.19 0 0.44 236 0.12 0.51
Hex 72 74 90 15 13 0 2C EC C 33
Octal 162 164 220 25 23 0 54 354 14 63
Binary 1110010 1110100 10010000 10101 10011 0 101100 11101100 1100 110011

Color Harmonies of #727490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727490

Black with #727490

Text Example


Text Example

White with #727490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727490; }

 p { color: rgb(114,116,144); }

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

background-color css

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

 a { background-color: rgb(114,116,144); }

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

border-color css

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

 span { border-color: rgb(114,116,144); }

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