#727782

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

Shades of Storm Grey #727782

Tints of Storm Grey #727782

Color information

#727782 (or 0x727782) is unknown color: approx Storm Grey. HEX triplet: 72, 77 and 82. RGB value is (114,119,130). Sum of RGB (Red+Green+Blue) = 114+119+130=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #727782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727782 is #8D887D. Grayscale: #767676. Windows color (decimal): -9275518 or 8550258. OLE color: 8550258.

HSL color Cylindrical-coordinate representation of color #727782: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727782 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114119130-
CMYK0.120.0800.49
HSL221.25º6.56%47.84%-
HSV(B)221.25º12.31%50.98%-
XYZ17.5718.3823.74-
YUV118.76134.34124.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=31.40%
G=32.78%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141191300.120.0800.49221.256.5647.84
Hex727782C8031dd730
Octal1621672021410061335760
Binary111001011101111000001011001000011000111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727782; }

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

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

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

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

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

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

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

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