#778579

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

Shades of Blue Smoke #778579

Tints of Blue Smoke #778579

Color information

#778579 (or 0x778579) is unknown color: approx Blue Smoke. HEX triplet: 77, 85 and 79. RGB value is (119,133,121). Sum of RGB (Red+Green+Blue) = 119+133+121=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #778579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778579 is #887A86. Grayscale: #7F7F7F. Windows color (decimal): -8944263 or 7964023. OLE color: 7964023.

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

Color convert

RGB119133121-
CMYK0.1100.090.48
HSL128.57º5.56%49.41%-
HSV(B)128.57º10.53%52.16%-
XYZ19.4522.0821.33-
YUV127.45124.36121.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=31.90%
G=35.66%
B=32.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191331210.1100.090.48128.575.5649.41
Hex778579B093081631
Octal1672051711301160201661
Binary111011110000101111100110110100111000010000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778579; }

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

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

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

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

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

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

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

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