Html Css Color HEX #727790 Storm Grey

📋 copy color: '#727790'

red 114 ◦ green 119 ◦ blue 144

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

Shades of Storm Grey #727790

Tints of Storm Grey #727790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 30.24%
G = 31.56%
B = 38.2%

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

#727790 (or 0x727790) is known color: Storm Grey. HEX triplet: 72, 77 and 90. RGB value is (114,119,144). Sum of RGB (Red+Green+Blue) = 114+119+144=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #727790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727790 is #8D886F. Grayscale: #787878. Windows color (decimal): -9275504 or 9467762. OLE color: 9467762.

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

Color convert

RGB 114 119 144 -
CMYK 0.21 0.17 0 0.44
HSL 230º 0.12% 0.51% -
HSV(B) 230º 0.21% 0.56% -
XYZ 18.57 18.78 29.03 -
YUV 120.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 114 119 144 0.21 0.17 0 0.44 230 0.12 0.51
Hex 72 77 90 15 11 0 2C E6 C 33
Octal 162 167 220 25 21 0 54 346 14 63
Binary 1110010 1110111 10010000 10101 10001 0 101100 11100110 1100 110011

Color Harmonies of #727790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727790

Black with #727790

Text Example


Text Example

White with #727790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727790; }

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

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

background-color css

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

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

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

border-color css

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

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

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