#727694

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

Shades of Storm Grey #727694

Tints of Storm Grey #727694

Color information

#727694 (or 0x727694) is unknown color: approx Storm Grey. HEX triplet: 72, 76 and 94. RGB value is (114,118,148). Sum of RGB (Red+Green+Blue) = 114+118+148=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #727694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727694 is #8D896B. Grayscale: #787878. Windows color (decimal): -9275756 or 9729650. OLE color: 9729650.

HSL color Cylindrical-coordinate representation of color #727694: hue angle of 232.94º 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 #727694 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114118148-
CMYK0.230.2000.42
HSL232.94º13.71%51.37%-
HSV(B)232.94º22.97%58.04%-
XYZ18.7618.6730.63-
YUV120.22143.67123.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=30%
G=31.05%
B=38.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141181480.230.2000.42232.9413.7151.37
Hex727694171402Ae9e33
Octal16216622427240523511663
Binary111001011101101001010010111101000101010111010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727694; }

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

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

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

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

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

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

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

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