#727A8B

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

Shades of Storm Grey #727A8B

Tints of Storm Grey #727A8B

Color information

#727A8B (or 0x727A8B) is unknown color: approx Storm Grey. HEX triplet: 72, 7A and 8B. RGB value is (114,122,139). Sum of RGB (Red+Green+Blue) = 114+122+139=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #727A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A8B is #8D8574. Grayscale: #797979. Windows color (decimal): -9274741 or 9140850. OLE color: 9140850.

HSL color Cylindrical-coordinate representation of color #727A8B: hue angle of 220.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727A8B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114122139-
CMYK0.180.1200.45
HSL220.8º9.88%49.61%-
HSV(B)220.8º17.99%54.51%-
XYZ18.5619.3627.18-
YUV121.55137.85122.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=30.4%
G=32.53%
B=37.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141221390.180.1200.45220.89.8849.61
Hex727A8B12C02Ddda32
Octal16217221322140553351262
Binary11100101111010100010111001011000101101110111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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