#798C7F

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

Shades of Blue Smoke #798C7F

Tints of Blue Smoke #798C7F

Color information

#798C7F (or 0x798C7F) is unknown color: approx Blue Smoke. HEX triplet: 79, 8C and 7F. RGB value is (121,140,127). Sum of RGB (Red+Green+Blue) = 121+140+127=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #798C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798C7F is #867380. Grayscale: #848484. Windows color (decimal): -8811393 or 8359033. OLE color: 8359033.

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

Color convert

RGB121140127-
CMYK0.1400.090.45
HSL138.95º7.63%51.18%-
HSV(B)138.95º13.57%54.9%-
XYZ21.0924.3523.67-
YUV132.84124.71119.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 127 (50% from 255) = 32.73%
R=31.19%
G=36.08%
B=32.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211401270.1400.090.45138.957.6351.18
Hex798C7FE092D8b833
Octal17121417716011552131063
Binary1111001100011001111111111001001101101100010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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