#758C78

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

Shades of Blue Smoke #758C78

Tints of Blue Smoke #758C78

Color information

#758C78 (or 0x758C78) is unknown color: approx Blue Smoke. HEX triplet: 75, 8C and 78. RGB value is (117,140,120). Sum of RGB (Red+Green+Blue) = 117+140+120=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #758C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C78 is #8A7387. Grayscale: #828282. Windows color (decimal): -9073544 or 7900277. OLE color: 7900277.

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

Color convert

RGB117140120-
CMYK0.1600.140.45
HSL127.83º9.09%50.39%-
HSV(B)127.83º16.43%54.9%-
XYZ20.123.8921.32-
YUV130.84121.88118.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=31.03%
G=37.14%
B=31.83%

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
Decimal1171401200.1600.140.45127.839.0950.39
Hex758C78100E2D80932
Octal16521417020016552001162
Binary11101011000110011110001000001110101101100000001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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