#727785

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

Shades of Storm Grey #727785

Tints of Storm Grey #727785

Color information

#727785 (or 0x727785) is unknown color: approx Storm Grey. HEX triplet: 72, 77 and 85. RGB value is (114,119,133). Sum of RGB (Red+Green+Blue) = 114+119+133=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #727785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727785 is #8D887A. Grayscale: #777777. Windows color (decimal): -9275515 or 8746866. OLE color: 8746866.

HSL color Cylindrical-coordinate representation of color #727785: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727785 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114119133-
CMYK0.140.1100.48
HSL224.21º7.69%48.43%-
HSV(B)224.21º14.29%52.16%-
XYZ17.7718.4624.82-
YUV119.1135.84124.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=31.15%
G=32.51%
B=36.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141191330.140.1100.48224.217.6948.43
Hex727785EB030e0830
Octal16216720516130603401060
Binary1110010111011110000101111010110110000111000001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727785; }

 p { color: rgb(114,119,133); }

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

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

 a { background-color: rgb(114,119,133); }

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

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

 span { border-color: rgb(114,119,133); }

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