#798C7C

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

Shades of Blue Smoke #798C7C

Tints of Blue Smoke #798C7C

Color information

#798C7C (or 0x798C7C) is unknown color: approx Blue Smoke. HEX triplet: 79, 8C and 7C. RGB value is (121,140,124). Sum of RGB (Red+Green+Blue) = 121+140+124=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #798C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798C7C is #867383. Grayscale: #848484. Windows color (decimal): -8811396 or 8162425. OLE color: 8162425.

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

Color convert

RGB121140124-
CMYK0.1400.110.45
HSL129.47º7.63%51.18%-
HSV(B)129.47º13.57%54.9%-
XYZ20.924.2822.65-
YUV132.5123.21119.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=31.43%
G=36.36%
B=32.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211401240.1400.110.45129.477.6351.18
Hex798C7CE0B2D81833
Octal17121417416013552011063
Binary1111001100011001111100111001011101101100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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