#798C81

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

Shades of Blue Smoke #798C81

Tints of Blue Smoke #798C81

Color information

#798C81 (or 0x798C81) is unknown color: approx Blue Smoke. HEX triplet: 79, 8C and 81. RGB value is (121,140,129). Sum of RGB (Red+Green+Blue) = 121+140+129=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #798C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C81 is #86737E. Grayscale: #858585. Windows color (decimal): -8811391 or 8490105. OLE color: 8490105.

HSL color Cylindrical-coordinate representation of color #798C81: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #798C81 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB121140129-
CMYK0.1400.080.45
HSL145.26º7.63%51.18%-
HSV(B)145.26º13.57%54.9%-
XYZ21.2324.4124.36-
YUV133.06125.71119.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=31.03%
G=35.90%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211401290.1400.080.45145.267.6351.18
Hex798C81E082D91833
Octal17121420116010552211063
Binary11110011000110010000001111001000101101100100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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