#768578

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

Shades of Blue Smoke #768578

Tints of Blue Smoke #768578

Color information

#768578 (or 0x768578) is unknown color: approx Blue Smoke. HEX triplet: 76, 85 and 78. RGB value is (118,133,120). Sum of RGB (Red+Green+Blue) = 118+133+120=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #768578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768578 is #897A87. Grayscale: #7F7F7F. Windows color (decimal): -9009800 or 7898486. OLE color: 7898486.

HSL color Cylindrical-coordinate representation of color #768578: hue angle of 128º 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 #768578 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB118133120-
CMYK0.1100.100.48
HSL128º5.98%49.22%-
HSV(B)128º11.28%52.16%-
XYZ19.2521.9821-
YUV127.03124.03121.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=31.81%
G=35.85%
B=32.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331200.1100.100.481285.9849.22
Hex768578B0A3080631
Octal1662051701301260200661
Binary111011010000101111100010110101011000010000000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768578; }

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

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

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

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

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

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

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

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