#778679

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

Shades of Blue Smoke #778679

Tints of Blue Smoke #778679

Color information

#778679 (or 0x778679) is unknown color: approx Blue Smoke. HEX triplet: 77, 86 and 79. RGB value is (119,134,121). Sum of RGB (Red+Green+Blue) = 119+134+121=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #778679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778679 is #887986. Grayscale: #808080. Windows color (decimal): -8944007 or 7964279. OLE color: 7964279.

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

Color convert

RGB119134121-
CMYK0.1100.100.47
HSL128º5.93%49.61%-
HSV(B)128º11.19%52.55%-
XYZ19.5822.3521.37-
YUV128.03124.03121.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=31.82%
G=35.83%
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.47
SystemRedGreenBlueCMYKHSL
Decimal1191341210.1100.100.471285.9349.61
Hex778679B0A2F80632
Octal1672061711301257200662
Binary111011110000110111100110110101010111110000000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778679; }

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

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

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

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

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

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

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

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