#758E79

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

Shades of Blue Smoke #758E79

Tints of Blue Smoke #758E79

Color information

#758E79 (or 0x758E79) is unknown color: approx Blue Smoke. HEX triplet: 75, 8E and 79. RGB value is (117,142,121). Sum of RGB (Red+Green+Blue) = 117+142+121=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #758E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E79 is #8A7186. Grayscale: #848484. Windows color (decimal): -9073031 or 7966325. OLE color: 7966325.

HSL color Cylindrical-coordinate representation of color #758E79: hue angle of 129.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758E79 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB117142121-
CMYK0.1800.150.44
HSL129.6º9.96%50.78%-
HSV(B)129.6º17.61%55.69%-
XYZ20.4624.5121.74-
YUV132.13121.72117.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=30.79%
G=37.37%
B=31.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421210.1800.150.44129.69.9650.78
Hex758E79120F2C82a33
Octal16521617122017542021263
Binary11101011000111011110011001001111101100100000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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