#748176

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

Shades of Blue Smoke #748176

Tints of Blue Smoke #748176

Color information

#748176 (or 0x748176) is unknown color: approx Blue Smoke. HEX triplet: 74, 81 and 76. RGB value is (116,129,118). Sum of RGB (Red+Green+Blue) = 116+129+118=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #748176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748176 is #8B7E89. Grayscale: #7B7B7B. Windows color (decimal): -9141898 or 7766388. OLE color: 7766388.

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

Color convert

RGB116129118-
CMYK0.1000.090.49
HSL129.23º5.31%48.04%-
HSV(B)129.23º10.08%50.59%-
XYZ18.3220.7220.17-
YUV123.86124.69122.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=31.96%
G=35.54%
B=32.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291180.1000.090.49129.235.3148.04
Hex748176A093181530
Octal1642011661201161201560
Binary111010010000001111011010100100111000110000001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748176; }

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

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

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

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

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

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

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

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