#73897C

Color #73897C Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #73897C

Tints of Blue Smoke #73897C

Color information

#73897C (or 0x73897C) is unknown color: approx Blue Smoke. HEX triplet: 73, 89 and 7C. RGB value is (115,137,124). Sum of RGB (Red+Green+Blue) = 115+137+124=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #73897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73897C is #8C7683. Grayscale: #808080. Windows color (decimal): -9205380 or 8161651. OLE color: 8161651.

HSL color Cylindrical-coordinate representation of color #73897C: hue angle of 144.55º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73897C is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB115137124-
CMYK0.1600.090.46
HSL144.55º8.73%49.41%-
HSV(B)144.55º16.06%53.73%-
XYZ19.6522.9922.47-
YUV128.94125.21118.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=30.59%
G=36.44%
B=32.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371240.1600.090.46144.558.7349.41
Hex73897C10092E91931
Octal16321117420011562211161
Binary11100111000100111111001000001001101110100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73897C; }

 p { color: rgb(115,137,124); }

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

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

 a { background-color: rgb(115,137,124); }

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

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

 span { border-color: rgb(115,137,124); }

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