#727994

Color #727994 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #727994

Tints of Storm Grey #727994

Color information

#727994 (or 0x727994) is unknown color: approx Storm Grey. HEX triplet: 72, 79 and 94. RGB value is (114,121,148). Sum of RGB (Red+Green+Blue) = 114+121+148=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #727994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727994 is #8D866B. Grayscale: #797979. Windows color (decimal): -9274988 or 9730418. OLE color: 9730418.

HSL color Cylindrical-coordinate representation of color #727994: hue angle of 227.65º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727994 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114121148-
CMYK0.230.1800.42
HSL227.65º13.71%51.37%-
HSV(B)227.65º22.97%58.04%-
XYZ19.1219.3930.75-
YUV121.98142.68122.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=29.77%
G=31.59%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141211480.230.1800.42227.6513.7151.37
Hex727994171202Ae4e33
Octal16217122427220523441663
Binary111001011110011001010010111100100101010111001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727994; }

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

 H1.HeaderClassName
 {
   color: #727994;
 }
 .AnyTagClassName
 {
   color: #727994;
 }
</style>
background-color css

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

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

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

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

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

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