#727B92

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

Shades of Storm Grey #727B92

Tints of Storm Grey #727B92

Color information

#727B92 (or 0x727B92) is unknown color: approx Storm Grey. HEX triplet: 72, 7B and 92. RGB value is (114,123,146). Sum of RGB (Red+Green+Blue) = 114+123+146=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #727B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B92 is #8D846D. Grayscale: #7A7A7A. Windows color (decimal): -9274478 or 9599858. OLE color: 9599858.

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

Color convert

RGB114123146-
CMYK0.220.1600.43
HSL223.12º12.8%50.98%-
HSV(B)223.12º21.92%57.25%-
XYZ19.2119.8230.01-
YUV122.93141.02121.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=29.77%
G=32.11%
B=38.12%

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
Decimal1141231460.220.1600.43223.1212.850.98
Hex727B92161002Bdfd33
Octal16217322226200533371563
Binary111001011110111001001010110100000101011110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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