Html Css Color HEX #727890 Storm Grey

📋 copy color: '#727890'

red 114 ◦ green 120 ◦ blue 144

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

Shades of Storm Grey #727890

Tints of Storm Grey #727890

RGB

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

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

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

R = 30.16%
G = 31.75%
B = 38.1%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727890 (or 0x727890) is known color: Storm Grey. HEX triplet: 72, 78 and 90. RGB value is (114,120,144). Sum of RGB (Red+Green+Blue) = 114+120+144=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #727890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727890 is #8D876F. Grayscale: #787878. Windows color (decimal): -9275248 or 9468018. OLE color: 9468018.

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

Color convert

RGB 114 120 144 -
CMYK 0.21 0.17 0 0.44
HSL 228º 0.12% 0.51% -
HSV(B) 228º 0.21% 0.56% -
XYZ 18.69 19.02 29.07 -
YUV 120.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 114 120 144 0.21 0.17 0 0.44 228 0.12 0.51
Hex 72 78 90 15 11 0 2C E4 C 33
Octal 162 170 220 25 21 0 54 344 14 63
Binary 1110010 1111000 10010000 10101 10001 0 101100 11100100 1100 110011

Color Harmonies of #727890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727890

Black with #727890

Text Example


Text Example

White with #727890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727890; }

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

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

background-color css

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

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

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

border-color css

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

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

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