#738675

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

Shades of Blue Smoke #738675

Tints of Blue Smoke #738675

Color information

#738675 (or 0x738675) is unknown color: approx Blue Smoke. HEX triplet: 73, 86 and 75. RGB value is (115,134,117). Sum of RGB (Red+Green+Blue) = 115+134+117=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #738675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738675 is #8C798A. Grayscale: #7E7E7E. Windows color (decimal): -9206155 or 7702131. OLE color: 7702131.

HSL color Cylindrical-coordinate representation of color #738675: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #738675 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB115134117-
CMYK0.1400.130.47
HSL126.32º7.63%48.82%-
HSV(B)126.32º14.18%52.55%-
XYZ18.8121.9820.08-
YUV126.38122.71119.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=31.42%
G=36.61%
B=31.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341170.1400.130.47126.327.6348.82
Hex738675E0D2F7e831
Octal16320616516015571761061
Binary111001110000110111010111100110110111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738675; }

 p { color: rgb(115,134,117); }

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

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

 a { background-color: rgb(115,134,117); }

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

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

 span { border-color: rgb(115,134,117); }

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