#758B79

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

Shades of Blue Smoke #758B79

Tints of Blue Smoke #758B79

Color information

#758B79 (or 0x758B79) is unknown color: approx Blue Smoke. HEX triplet: 75, 8B and 79. RGB value is (117,139,121). Sum of RGB (Red+Green+Blue) = 117+139+121=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #758B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B79 is #8A7486. Grayscale: #828282. Windows color (decimal): -9073799 or 7965557. OLE color: 7965557.

HSL color Cylindrical-coordinate representation of color #758B79: hue angle of 130.91º 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 #758B79 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB117139121-
CMYK0.1600.130.45
HSL130.91º8.66%50.2%-
HSV(B)130.91º15.83%54.51%-
XYZ20.0223.6321.59-
YUV130.37122.71118.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=31.03%
G=36.87%
B=32.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391210.1600.130.45130.918.6650.2
Hex758B79100D2D83932
Octal16521317120015552031162
Binary11101011000101111110011000001101101101100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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