#73768B

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

Shades of Storm Grey #73768B

Tints of Storm Grey #73768B

Color information

#73768B (or 0x73768B) is unknown color: approx Storm Grey. HEX triplet: 73, 76 and 8B. RGB value is (115,118,139). Sum of RGB (Red+Green+Blue) = 115+118+139=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #73768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73768B is #8C8974. Grayscale: #777777. Windows color (decimal): -9210229 or 9139827. OLE color: 9139827.

HSL color Cylindrical-coordinate representation of color #73768B: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73768B is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115118139-
CMYK0.170.1500.45
HSL232.5º9.45%49.8%-
HSV(B)232.5º17.27%54.51%-
XYZ18.2118.4727.03-
YUV119.5139.01124.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=30.91%
G=31.72%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151181390.170.1500.45232.59.4549.8
Hex73768B11F02De8932
Octal16316621321170553501162
Binary11100111110110100010111000111110101101111010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73768B; }

 p { color: rgb(115,118,139); }

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

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

 a { background-color: rgb(115,118,139); }

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

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

 span { border-color: rgb(115,118,139); }

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