#79827C

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

Shades of Blue Smoke #79827C

Tints of Blue Smoke #79827C

Color information

#79827C (or 0x79827C) is unknown color: approx Blue Smoke. HEX triplet: 79, 82 and 7C. RGB value is (121,130,124). Sum of RGB (Red+Green+Blue) = 121+130+124=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 130 - color contains mainly: green. Hex color #79827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79827C is #867D83. Grayscale: #7E7E7E. Windows color (decimal): -8813956 or 8159865. OLE color: 8159865.

HSL color Cylindrical-coordinate representation of color #79827C: hue angle of 140º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #79827C is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB121130124-
CMYK0.0700.050.49
HSL140º3.59%49.22%-
HSV(B)140º6.92%50.98%-
XYZ19.5121.4922.19-
YUV126.62126.52123.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=32.27%
G=34.67%
B=33.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301240.0700.050.491403.5949.22
Hex79827C705318c431
Octal17120217470561214461
Binary1111001100000101111100111010111000110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79827C; }

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

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

<style>
 a { background-color: #79827C; }

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

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

<style>
 span { border-color: #79827C; }

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

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