#758A79

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

Shades of Blue Smoke #758A79

Tints of Blue Smoke #758A79

Color information

#758A79 (or 0x758A79) is unknown color: approx Blue Smoke. HEX triplet: 75, 8A and 79. RGB value is (117,138,121). Sum of RGB (Red+Green+Blue) = 117+138+121=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #758A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A79 is #8A7586. Grayscale: #818181. Windows color (decimal): -9074055 or 7965301. OLE color: 7965301.

HSL color Cylindrical-coordinate representation of color #758A79: hue angle of 131.43º 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 #758A79 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB117138121-
CMYK0.1500.120.46
HSL131.43º8.24%50%-
HSV(B)131.43º15.22%54.12%-
XYZ19.8823.3421.55-
YUV129.78123.04118.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=31.12%
G=36.70%
B=32.18%

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
Decimal1171381210.1500.120.46131.438.2450
Hex758A79F0C2E83832
Octal16521217117014562031062
Binary1110101100010101111001111101100101110100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A79; }

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

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

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

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

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

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

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

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