#778179

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

Shades of Blue Smoke #778179

Tints of Blue Smoke #778179

Color information

#778179 (or 0x778179) is unknown color: approx Blue Smoke. HEX triplet: 77, 81 and 79. RGB value is (119,129,121). Sum of RGB (Red+Green+Blue) = 119+129+121=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #778179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778179 is #887E86. Grayscale: #7D7D7D. Windows color (decimal): -8945287 or 7962999. OLE color: 7962999.

HSL color Cylindrical-coordinate representation of color #778179: hue angle of 132º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #778179 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB119129121-
CMYK0.0800.060.49
HSL132º4.03%48.63%-
HSV(B)132º7.75%50.59%-
XYZ18.912121.15-
YUV125.1125.69123.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=32.25%
G=34.96%
B=32.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291210.0800.060.491324.0348.63
Hex7781798063184431
Octal167201171100661204461
Binary11101111000000111110011000011011000110000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778179; }

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

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

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

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

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

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

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

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