#738B78

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

Shades of Blue Smoke #738B78

Tints of Blue Smoke #738B78

Color information

#738B78 (or 0x738B78) is unknown color: approx Blue Smoke. HEX triplet: 73, 8B and 78. RGB value is (115,139,120). Sum of RGB (Red+Green+Blue) = 115+139+120=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #738B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B78 is #8C7487. Grayscale: #818181. Windows color (decimal): -9204872 or 7900019. OLE color: 7900019.

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

Color convert

RGB115139120-
CMYK0.1700.140.45
HSL132.5º9.45%49.8%-
HSV(B)132.5º17.27%54.51%-
XYZ19.6923.4721.26-
YUV129.66122.55117.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=30.75%
G=37.17%
B=32.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391200.1700.140.45132.59.4549.8
Hex738B78110E2D84932
Octal16321317021016552041162
Binary11100111000101111110001000101110101101100001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,139,120); }

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

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

 a { background-color: rgb(115,139,120); }

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

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

 span { border-color: rgb(115,139,120); }

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