#79857C

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

Shades of Blue Smoke #79857C

Tints of Blue Smoke #79857C

Color information

#79857C (or 0x79857C) is unknown color: approx Blue Smoke. HEX triplet: 79, 85 and 7C. RGB value is (121,133,124). Sum of RGB (Red+Green+Blue) = 121+133+124=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #79857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79857C is #867A83. Grayscale: #808080. Windows color (decimal): -8813188 or 8160633. OLE color: 8160633.

HSL color Cylindrical-coordinate representation of color #79857C: hue angle of 135º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #79857C is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB121133124-
CMYK0.0900.070.48
HSL135º4.72%49.8%-
HSV(B)135º9.02%52.16%-
XYZ19.9122.322.32-
YUV128.39125.52122.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=32.01%
G=35.19%
B=32.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211331240.0900.070.481354.7249.8
Hex79857C9073087532
Octal171205174110760207562
Binary11110011000010111111001001011111000010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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