#73768A

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

Shades of Storm Grey #73768A

Tints of Storm Grey #73768A

Color information

#73768A (or 0x73768A) is unknown color: approx Storm Grey. HEX triplet: 73, 76 and 8A. RGB value is (115,118,138). Sum of RGB (Red+Green+Blue) = 115+118+138=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #73768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73768A is #8C8975. Grayscale: #777777. Windows color (decimal): -9210230 or 9074291. OLE color: 9074291.

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

Color convert

RGB115118138-
CMYK0.170.1400.46
HSL232.17º9.09%49.61%-
HSV(B)232.17º16.67%54.12%-
XYZ18.1418.4426.65-
YUV119.38138.51124.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=31.00%
G=31.81%
B=37.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151181380.170.1400.46232.179.0949.61
Hex73768A11E02Ee8932
Octal16316621221160563501162
Binary11100111110110100010101000111100101110111010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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