#738376

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

Shades of Blue Smoke #738376

Tints of Blue Smoke #738376

Color information

#738376 (or 0x738376) is unknown color: approx Blue Smoke. HEX triplet: 73, 83 and 76. RGB value is (115,131,118). Sum of RGB (Red+Green+Blue) = 115+131+118=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #738376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738376 is #8C7C89. Grayscale: #7C7C7C. Windows color (decimal): -9206922 or 7766899. OLE color: 7766899.

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

Color convert

RGB115131118-
CMYK0.1200.100.49
HSL131.25º6.5%48.24%-
HSV(B)131.25º12.21%51.37%-
XYZ18.4621.1920.26-
YUV124.73124.2121.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=31.59%
G=35.99%
B=32.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151311180.1200.100.49131.256.548.24
Hex738376C0A3183730
Octal1632031661401261203760
Binary111001110000011111011011000101011000110000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738376; }

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

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

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

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

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

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

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

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