#738C78

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

Shades of Blue Smoke #738C78

Tints of Blue Smoke #738C78

Color information

#738C78 (or 0x738C78) is unknown color: approx Blue Smoke. HEX triplet: 73, 8C and 78. RGB value is (115,140,120). Sum of RGB (Red+Green+Blue) = 115+140+120=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #738C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C78 is #8C7387. Grayscale: #828282. Windows color (decimal): -9204616 or 7900275. OLE color: 7900275.

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

Color convert

RGB115140120-
CMYK0.1800.140.45
HSL132º9.8%50%-
HSV(B)132º17.86%54.9%-
XYZ19.8423.7621.31-
YUV130.24122.22117.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 120 (47.27% from 255) = 32%
R=30.67%
G=37.33%
B=32%

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
Decimal1151401200.1800.140.451329.850
Hex738C78120E2D84a32
Octal16321417022016552041262
Binary11100111000110011110001001001110101101100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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