#787B79

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

Shades of Blue Smoke #787B79

Tints of Blue Smoke #787B79

Color information

#787B79 (or 0x787B79) is unknown color: approx Blue Smoke. HEX triplet: 78, 7B and 79. RGB value is (120,123,121). Sum of RGB (Red+Green+Blue) = 120+123+121=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 123 - color contains mainly: green. Hex color #787B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B79 is #878486. Grayscale: #797979. Windows color (decimal): -8881287 or 7961464. OLE color: 7961464.

HSL color Cylindrical-coordinate representation of color #787B79: hue angle of 140º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #787B79 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB120123121-
CMYK0.0200.020.52
HSL140º1.23%47.65%-
HSV(B)140º2.44%48.24%-
XYZ18.2819.5420.9-
YUV121.87127.51126.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=32.97%
G=33.79%
B=33.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201231210.0200.020.521401.2347.65
Hex787B79202348c130
Octal17017317120264214160
Binary11110001111011111100110010110100100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787B79; }

 p { color: rgb(120,123,121); }

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

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

 a { background-color: rgb(120,123,121); }

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

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

 span { border-color: rgb(120,123,121); }

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