#727792

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

Shades of Storm Grey #727792

Tints of Storm Grey #727792

Color information

#727792 (or 0x727792) is unknown color: approx Storm Grey. HEX triplet: 72, 77 and 92. RGB value is (114,119,146). Sum of RGB (Red+Green+Blue) = 114+119+146=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #727792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727792 is #8D886D. Grayscale: #787878. Windows color (decimal): -9275502 or 9598834. OLE color: 9598834.

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

Color convert

RGB114119146-
CMYK0.220.1800.43
HSL230.62º12.8%50.98%-
HSV(B)230.62º21.92%57.25%-
XYZ18.7218.8529.84-
YUV120.58142.34123.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=30.08%
G=31.40%
B=38.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141191460.220.1800.43230.6212.850.98
Hex727792161202Be7d33
Octal16216722226220533471563
Binary111001011101111001001010110100100101011111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727792; }

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

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

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

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

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

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

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

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