#79867C

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

Shades of Blue Smoke #79867C

Tints of Blue Smoke #79867C

Color information

#79867C (or 0x79867C) is unknown color: approx Blue Smoke. HEX triplet: 79, 86 and 7C. RGB value is (121,134,124). Sum of RGB (Red+Green+Blue) = 121+134+124=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #79867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79867C is #867983. Grayscale: #818181. Windows color (decimal): -8812932 or 8160889. OLE color: 8160889.

HSL color Cylindrical-coordinate representation of color #79867C: hue angle of 133.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79867C is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB121134124-
CMYK0.1000.070.47
HSL133.85º5.1%50%-
HSV(B)133.85º9.7%52.55%-
XYZ20.0522.5722.37-
YUV128.97125.19122.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=31.93%
G=35.36%
B=32.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341240.1000.070.47133.855.150
Hex79867CA072F86532
Octal171206174120757206562
Binary11110011000011011111001010011110111110000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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