#738176

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

Shades of Blue Smoke #738176

Tints of Blue Smoke #738176

Color information

#738176 (or 0x738176) is unknown color: approx Blue Smoke. HEX triplet: 73, 81 and 76. RGB value is (115,129,118). Sum of RGB (Red+Green+Blue) = 115+129+118=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 129 - color contains mainly: green. Hex color #738176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738176 is #8C7E89. Grayscale: #7B7B7B. Windows color (decimal): -9207434 or 7766387. OLE color: 7766387.

HSL color Cylindrical-coordinate representation of color #738176: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #738176 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB115129118-
CMYK0.1100.090.49
HSL132.86º5.74%47.84%-
HSV(B)132.86º10.85%50.59%-
XYZ18.1920.6520.17-
YUV123.56124.86121.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=31.77%
G=35.64%
B=32.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291180.1100.090.49132.865.7447.84
Hex738176B093185630
Octal1632011661301161205660
Binary111001110000001111011010110100111000110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738176; }

 p { color: rgb(115,129,118); }

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

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

 a { background-color: rgb(115,129,118); }

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

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

 span { border-color: rgb(115,129,118); }

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