Html Css Color HEX #727991 Storm Grey

📋 copy color: '#727991'

red 114 ◦ green 121 ◦ blue 145

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

Shades of Storm Grey #727991

Tints of Storm Grey #727991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 30%
G = 31.84%
B = 38.16%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727991 (or 0x727991) is known color: Storm Grey. HEX triplet: 72, 79 and 91. RGB value is (114,121,145). Sum of RGB (Red+Green+Blue) = 114+121+145=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #727991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727991 is #8D866E. Grayscale: #797979. Windows color (decimal): -9274991 or 9533810. OLE color: 9533810.

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

Color convert

RGB 114 121 145 -
CMYK 0.21 0.17 0 0.43
HSL 226.45º 0.12% 0.51% -
HSV(B) 226.45º 0.21% 0.57% -
XYZ 18.89 19.3 29.52 -
YUV 121.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 114 121 145 0.21 0.17 0 0.43 226.45 0.12 0.51
Hex 72 79 91 15 11 0 2B E2 C 33
Octal 162 171 221 25 21 0 53 342 14 63
Binary 1110010 1111001 10010001 10101 10001 0 101011 11100010 1100 110011

Color Harmonies of #727991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727991

Black with #727991

Text Example


Text Example

White with #727991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727991; }

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

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

background-color css

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

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

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

border-color css

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

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

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