#758679

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

Shades of Blue Smoke #758679

Tints of Blue Smoke #758679

Color information

#758679 (or 0x758679) is unknown color: approx Blue Smoke. HEX triplet: 75, 86 and 79. RGB value is (117,134,121). Sum of RGB (Red+Green+Blue) = 117+134+121=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #758679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758679 is #8A7986. Grayscale: #7F7F7F. Windows color (decimal): -9075079 or 7964277. OLE color: 7964277.

HSL color Cylindrical-coordinate representation of color #758679: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758679 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB117134121-
CMYK0.1300.100.47
HSL134.12º6.77%49.22%-
HSV(B)134.12º12.69%52.55%-
XYZ19.3122.2121.36-
YUV127.43124.37120.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=31.45%
G=36.02%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341210.1300.100.47134.126.7749.22
Hex758679D0A2F86731
Octal1652061711501257206761
Binary111010110000110111100111010101010111110000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758679; }

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

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

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

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

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

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

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

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