Html Css Color HEX #727990 Storm Grey

📋 copy color: '#727990'

red 114 ◦ green 121 ◦ blue 144

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

Shades of Storm Grey #727990

Tints of Storm Grey #727990

RGB

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

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

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

R = 30.08%
G = 31.93%
B = 37.99%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727990 (or 0x727990) is known color: Storm Grey. HEX triplet: 72, 79 and 90. RGB value is (114,121,144). Sum of RGB (Red+Green+Blue) = 114+121+144=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 121 (47.66% from 255 or 31.93% 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 #727990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727990 is #8D866F. Grayscale: #797979. Windows color (decimal): -9274992 or 9468274. OLE color: 9468274.

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

Color convert

RGB 114 121 144 -
CMYK 0.21 0.16 0 0.44
HSL 226º 0.12% 0.51% -
HSV(B) 226º 0.21% 0.56% -
XYZ 18.81 19.27 29.11 -
YUV 121.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 114 121 144 0.21 0.16 0 0.44 226 0.12 0.51
Hex 72 79 90 15 10 0 2C E2 C 33
Octal 162 171 220 25 20 0 54 342 14 63
Binary 1110010 1111001 10010000 10101 10000 0 101100 11100010 1100 110011

Color Harmonies of #727990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727990

Black with #727990

Text Example


Text Example

White with #727990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727990; }

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

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

background-color css

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

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

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

border-color css

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

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

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