#727378

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

Shades of Storm Grey #727378

Tints of Storm Grey #727378

Color information

#727378 (or 0x727378) is unknown color: approx Storm Grey. HEX triplet: 72, 73 and 78. RGB value is (114,115,120). Sum of RGB (Red+Green+Blue) = 114+115+120=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #727378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727378 is #8D8C87. Grayscale: #737373. Windows color (decimal): -9276552 or 7893874. OLE color: 7893874.

HSL color Cylindrical-coordinate representation of color #727378: hue angle of 230º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #727378 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114115120-
CMYK0.050.0400.53
HSL230º2.56%45.88%-
HSV(B)230º5%47.06%-
XYZ16.4617.1920.22-
YUV115.27130.67127.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=32.66%
G=32.95%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141151200.050.0400.532302.5645.88
Hex72737854035e632e
Octal16216317054065346356
Binary11100101110011111100010110001101011110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727378; }

 p { color: rgb(114,115,120); }

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

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

 a { background-color: rgb(114,115,120); }

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

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

 span { border-color: rgb(114,115,120); }

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