#738C79

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

Shades of Blue Smoke #738C79

Tints of Blue Smoke #738C79

Color information

#738C79 (or 0x738C79) is unknown color: approx Blue Smoke. HEX triplet: 73, 8C and 79. RGB value is (115,140,121). Sum of RGB (Red+Green+Blue) = 115+140+121=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #738C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C79 is #8C7386. Grayscale: #828282. Windows color (decimal): -9204615 or 7965811. OLE color: 7965811.

HSL color Cylindrical-coordinate representation of color #738C79: hue angle of 134.4º 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 #738C79 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB115140121-
CMYK0.1800.140.45
HSL134.4º9.8%50%-
HSV(B)134.4º17.86%54.9%-
XYZ19.923.7821.63-
YUV130.36122.72117.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=30.59%
G=37.23%
B=32.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151401210.1800.140.45134.49.850
Hex738C79120E2D86a32
Octal16321417122016552061262
Binary11100111000110011110011001001110101101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738C79; }

 p { color: rgb(115,140,121); }

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

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

 a { background-color: rgb(115,140,121); }

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

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

 span { border-color: rgb(115,140,121); }

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