#758176

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

Shades of Blue Smoke #758176

Tints of Blue Smoke #758176

Color information

#758176 (or 0x758176) is unknown color: approx Blue Smoke. HEX triplet: 75, 81 and 76. RGB value is (117,129,118). Sum of RGB (Red+Green+Blue) = 117+129+118=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 129 - color contains mainly: green. Hex color #758176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758176 is #8A7E89. Grayscale: #7C7C7C. Windows color (decimal): -9076362 or 7766389. OLE color: 7766389.

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

Color convert

RGB117129118-
CMYK0.0900.090.49
HSL125º4.88%48.24%-
HSV(B)125º9.3%50.59%-
XYZ18.4620.7920.18-
YUV124.16124.52122.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=32.14%
G=35.44%
B=32.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291180.0900.090.491254.8848.24
Hex758176909317d530
Octal1652011661101161175560
Binary11101011000000111101101001010011100011111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758176; }

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

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

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

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

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

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

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

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