#758979

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

Shades of Blue Smoke #758979

Tints of Blue Smoke #758979

Color information

#758979 (or 0x758979) is unknown color: approx Blue Smoke. HEX triplet: 75, 89 and 79. RGB value is (117,137,121). Sum of RGB (Red+Green+Blue) = 117+137+121=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #758979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758979 is #8A7686. Grayscale: #818181. Windows color (decimal): -9074311 or 7965045. OLE color: 7965045.

HSL color Cylindrical-coordinate representation of color #758979: hue angle of 132º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758979 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB117137121-
CMYK0.1500.120.46
HSL132º7.87%49.8%-
HSV(B)132º14.6%53.73%-
XYZ19.7323.0521.5-
YUV129.2123.37119.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=31.2%
G=36.53%
B=32.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371210.1500.120.461327.8749.8
Hex758979F0C2E84832
Octal16521117117014562041062
Binary1110101100010011111001111101100101110100001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758979; }

 p { color: rgb(117,137,121); }

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

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

 a { background-color: rgb(117,137,121); }

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

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

 span { border-color: rgb(117,137,121); }

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