#758C79

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

Shades of Blue Smoke #758C79

Tints of Blue Smoke #758C79

Color information

#758C79 (or 0x758C79) is unknown color: approx Blue Smoke. HEX triplet: 75, 8C and 79. RGB value is (117,140,121). Sum of RGB (Red+Green+Blue) = 117+140+121=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #758C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C79 is #8A7386. Grayscale: #838383. Windows color (decimal): -9073543 or 7965813. OLE color: 7965813.

HSL color Cylindrical-coordinate representation of color #758C79: hue angle of 130.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C79 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB117140121-
CMYK0.1600.140.45
HSL130.43º9.09%50.39%-
HSV(B)130.43º16.43%54.9%-
XYZ20.1723.9221.64-
YUV130.96122.38118.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=30.95%
G=37.04%
B=32.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171401210.1600.140.45130.439.0950.39
Hex758C79100E2D82932
Octal16521417120016552021162
Binary11101011000110011110011000001110101101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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