#758578

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

Shades of Blue Smoke #758578

Tints of Blue Smoke #758578

Color information

#758578 (or 0x758578) is unknown color: approx Blue Smoke. HEX triplet: 75, 85 and 78. RGB value is (117,133,120). Sum of RGB (Red+Green+Blue) = 117+133+120=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #758578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758578 is #8A7A87. Grayscale: #7E7E7E. Windows color (decimal): -9075336 or 7898485. OLE color: 7898485.

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

Color convert

RGB117133120-
CMYK0.1200.100.48
HSL131.25º6.4%49.02%-
HSV(B)131.25º12.03%52.16%-
XYZ19.1121.9120.99-
YUV126.73124.2121.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=31.62%
G=35.95%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331200.1200.100.48131.256.449.02
Hex758578C0A3083631
Octal1652051701401260203661
Binary111010110000101111100011000101011000010000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758578; }

 p { color: rgb(117,133,120); }

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

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

 a { background-color: rgb(117,133,120); }

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

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

 span { border-color: rgb(117,133,120); }

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