#727B8C

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

Shades of Storm Grey #727B8C

Tints of Storm Grey #727B8C

Color information

#727B8C (or 0x727B8C) is unknown color: approx Storm Grey. HEX triplet: 72, 7B and 8C. RGB value is (114,123,140). Sum of RGB (Red+Green+Blue) = 114+123+140=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #727B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B8C is #8D8473. Grayscale: #7A7A7A. Windows color (decimal): -9274484 or 9206642. OLE color: 9206642.

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

Color convert

RGB114123140-
CMYK0.190.1200.45
HSL219.23º10.24%49.8%-
HSV(B)219.23º18.57%54.9%-
XYZ18.7619.6427.61-
YUV122.25138.02122.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=30.24%
G=32.63%
B=37.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141231400.190.1200.45219.2310.2449.8
Hex727B8C13C02Ddba32
Octal16217321423140553331262
Binary11100101111011100011001001111000101101110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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