#738D79

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

Shades of Blue Smoke #738D79

Tints of Blue Smoke #738D79

Color information

#738D79 (or 0x738D79) is unknown color: approx Blue Smoke. HEX triplet: 73, 8D and 79. RGB value is (115,141,121). Sum of RGB (Red+Green+Blue) = 115+141+121=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #738D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D79 is #8C7286. Grayscale: #838383. Windows color (decimal): -9204359 or 7966067. OLE color: 7966067.

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

Color convert

RGB115141121-
CMYK0.1800.140.45
HSL133.85º10.24%50.2%-
HSV(B)133.85º18.44%55.29%-
XYZ20.0524.0821.68-
YUV130.95122.39116.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=30.50%
G=37.40%
B=32.10%

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
Decimal1151411210.1800.140.45133.8510.2450.2
Hex738D79120E2D86a32
Octal16321517122016552061262
Binary11100111000110111110011001001110101101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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