Html Css Color HEX #727590 Storm Grey

📋 copy color: '#727590'

red 114 ◦ green 117 ◦ blue 144

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

Shades of Storm Grey #727590

Tints of Storm Grey #727590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 30.4%
G = 31.2%
B = 38.4%

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

#727590 (or 0x727590) is known color: Storm Grey. HEX triplet: 72, 75 and 90. RGB value is (114,117,144). Sum of RGB (Red+Green+Blue) = 114+117+144=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #727590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727590 is #8D8A6F. Grayscale: #777777. Windows color (decimal): -9276016 or 9467250. OLE color: 9467250.

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

Color convert

RGB 114 117 144 -
CMYK 0.21 0.19 0 0.44
HSL 234º 0.12% 0.51% -
HSV(B) 234º 0.21% 0.56% -
XYZ 18.33 18.31 28.95 -
YUV 119.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 114 117 144 0.21 0.19 0 0.44 234 0.12 0.51
Hex 72 75 90 15 13 0 2C EA C 33
Octal 162 165 220 25 23 0 54 352 14 63
Binary 1110010 1110101 10010000 10101 10011 0 101100 11101010 1100 110011

Color Harmonies of #727590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727590

Black with #727590

Text Example


Text Example

White with #727590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727590; }

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

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

background-color css

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

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

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

border-color css

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

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

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