#757C76

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

Shades of Blue Smoke #757C76

Tints of Blue Smoke #757C76

Color information

#757C76 (or 0x757C76) is unknown color: approx Blue Smoke. HEX triplet: 75, 7C and 76. RGB value is (117,124,118). Sum of RGB (Red+Green+Blue) = 117+124+118=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #757C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C76 is #8A8389. Grayscale: #797979. Windows color (decimal): -9077642 or 7765109. OLE color: 7765109.

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

Color convert

RGB117124118-
CMYK0.0600.050.51
HSL128.57º2.9%47.25%-
HSV(B)128.57º5.65%48.63%-
XYZ17.8119.5119.97-
YUV121.22126.18124.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=32.59%
G=34.54%
B=32.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171241180.0600.050.51128.572.947.25
Hex757C76605338132f
Octal16517416660563201357
Binary11101011111100111011011001011100111000000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757C76; }

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

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

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

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

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

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

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

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