#79847C

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

Shades of Blue Smoke #79847C

Tints of Blue Smoke #79847C

Color information

#79847C (or 0x79847C) is unknown color: approx Blue Smoke. HEX triplet: 79, 84 and 7C. RGB value is (121,132,124). Sum of RGB (Red+Green+Blue) = 121+132+124=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #79847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79847C is #867B83. Grayscale: #7F7F7F. Windows color (decimal): -8813444 or 8160377. OLE color: 8160377.

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

Color convert

RGB121132124-
CMYK0.0800.060.48
HSL136.36º4.35%49.61%-
HSV(B)136.36º8.33%51.76%-
XYZ19.7722.0222.28-
YUV127.8125.86123.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=32.10%
G=35.01%
B=32.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321240.0800.060.48136.364.3549.61
Hex79847C8063088432
Octal171204174100660210462
Binary11110011000010011111001000011011000010001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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