#798E80

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

Shades of Blue Smoke #798E80

Tints of Blue Smoke #798E80

Color information

#798E80 (or 0x798E80) is unknown color: approx Blue Smoke. HEX triplet: 79, 8E and 80. RGB value is (121,142,128). Sum of RGB (Red+Green+Blue) = 121+142+128=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #798E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E80 is #86717F. Grayscale: #868686. Windows color (decimal): -8810880 or 8425081. OLE color: 8425081.

HSL color Cylindrical-coordinate representation of color #798E80: hue angle of 140º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798E80 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB121142128-
CMYK0.1500.100.44
HSL140º8.5%51.57%-
HSV(B)140º14.79%55.69%-
XYZ21.4524.9724.11-
YUV134.12124.54118.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=30.95%
G=36.32%
B=32.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211421280.1500.100.441408.551.57
Hex798E80F0A2C8c934
Octal17121620017012542141164
Binary11110011000111010000000111101010101100100011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798E80; }

 p { color: rgb(121,142,128); }

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

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

 a { background-color: rgb(121,142,128); }

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

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

 span { border-color: rgb(121,142,128); }

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