#758479

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

Shades of Blue Smoke #758479

Tints of Blue Smoke #758479

Color information

#758479 (or 0x758479) is unknown color: approx Blue Smoke. HEX triplet: 75, 84 and 79. RGB value is (117,132,121). Sum of RGB (Red+Green+Blue) = 117+132+121=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #758479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758479 is #8A7B86. Grayscale: #7E7E7E. Windows color (decimal): -9075591 or 7963765. OLE color: 7963765.

HSL color Cylindrical-coordinate representation of color #758479: hue angle of 136º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758479 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB117132121-
CMYK0.1100.080.48
HSL136º6.02%48.82%-
HSV(B)136º11.36%51.76%-
XYZ19.0421.6621.27-
YUV126.26125.03121.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=31.62%
G=35.68%
B=32.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321210.1100.080.481366.0248.82
Hex758479B083088631
Octal1652041711301060210661
Binary111010110000100111100110110100011000010001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758479; }

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

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

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

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

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

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

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

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