#727B8B

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

Shades of Storm Grey #727B8B

Tints of Storm Grey #727B8B

Color information

#727B8B (or 0x727B8B) is unknown color: approx Storm Grey. HEX triplet: 72, 7B and 8B. RGB value is (114,123,139). Sum of RGB (Red+Green+Blue) = 114+123+139=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #727B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B8B is #8D8474. Grayscale: #7A7A7A. Windows color (decimal): -9274485 or 9141106. OLE color: 9141106.

HSL color Cylindrical-coordinate representation of color #727B8B: hue angle of 218.4º 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 #727B8B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114123139-
CMYK0.180.1200.45
HSL218.4º9.88%49.61%-
HSV(B)218.4º17.99%54.51%-
XYZ18.6819.6127.23-
YUV122.13137.52122.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=30.32%
G=32.71%
B=36.97%

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
Decimal1141231390.180.1200.45218.49.8849.61
Hex727B8B12C02Ddaa32
Octal16217321322140553321262
Binary11100101111011100010111001011000101101110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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