#798D7B

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

Shades of Blue Smoke #798D7B

Tints of Blue Smoke #798D7B

Color information

#798D7B (or 0x798D7B) is unknown color: approx Blue Smoke. HEX triplet: 79, 8D and 7B. RGB value is (121,141,123). Sum of RGB (Red+Green+Blue) = 121+141+123=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #798D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D7B is #867284. Grayscale: #858585. Windows color (decimal): -8811141 or 8097145. OLE color: 8097145.

HSL color Cylindrical-coordinate representation of color #798D7B: hue angle of 126º 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 #798D7B is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB121141123-
CMYK0.1400.130.45
HSL126º8.06%51.37%-
HSV(B)126º14.18%55.29%-
XYZ20.9924.5422.37-
YUV132.97122.37119.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=31.43%
G=36.62%
B=31.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211411230.1400.130.451268.0651.37
Hex798D7BE0D2D7e833
Octal17121517316015551761063
Binary111100110001101111101111100110110110111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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