#73768D

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

Shades of Storm Grey #73768D

Tints of Storm Grey #73768D

Color information

#73768D (or 0x73768D) is unknown color: approx Storm Grey. HEX triplet: 73, 76 and 8D. RGB value is (115,118,141). Sum of RGB (Red+Green+Blue) = 115+118+141=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #73768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73768D is #8C8972. Grayscale: #777777. Windows color (decimal): -9210227 or 9270899. OLE color: 9270899.

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

Color convert

RGB115118141-
CMYK0.180.1600.45
HSL233.08º10.24%50.2%-
HSV(B)233.08º18.44%55.29%-
XYZ18.3618.5227.81-
YUV119.72140.01124.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=30.75%
G=31.55%
B=37.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151181410.180.1600.45233.0810.2450.2
Hex73768D121002De9a32
Octal16316621522200553511262
Binary111001111101101000110110010100000101101111010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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