#738B7A

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

Shades of Blue Smoke #738B7A

Tints of Blue Smoke #738B7A

Color information

#738B7A (or 0x738B7A) is unknown color: approx Blue Smoke. HEX triplet: 73, 8B and 7A. RGB value is (115,139,122). Sum of RGB (Red+Green+Blue) = 115+139+122=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #738B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B7A is #8C7485. Grayscale: #818181. Windows color (decimal): -9204870 or 8031091. OLE color: 8031091.

HSL color Cylindrical-coordinate representation of color #738B7A: hue angle of 137.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 #738B7A is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB115139122-
CMYK0.1700.120.45
HSL137.5º9.45%49.8%-
HSV(B)137.5º17.27%54.51%-
XYZ19.8223.5221.91-
YUV129.89123.55117.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=30.59%
G=36.97%
B=32.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391220.1700.120.45137.59.4549.8
Hex738B7A110C2D8a932
Octal16321317221014552121162
Binary11100111000101111110101000101100101101100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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