#727A92

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

Shades of Storm Grey #727A92

Tints of Storm Grey #727A92

Color information

#727A92 (or 0x727A92) is unknown color: approx Storm Grey. HEX triplet: 72, 7A and 92. RGB value is (114,122,146). Sum of RGB (Red+Green+Blue) = 114+122+146=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #727A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A92 is #8D856D. Grayscale: #7A7A7A. Windows color (decimal): -9274734 or 9599602. OLE color: 9599602.

HSL color Cylindrical-coordinate representation of color #727A92: hue angle of 225º 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 #727A92 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114122146-
CMYK0.220.1600.43
HSL225º12.8%50.98%-
HSV(B)225º21.92%57.25%-
XYZ19.0919.5729.97-
YUV122.34141.35122.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=29.84%
G=31.94%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141221460.220.1600.4322512.850.98
Hex727A92161002Be1d33
Octal16217222226200533411563
Binary111001011110101001001010110100000101011111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A92; }

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

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

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

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

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

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

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

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