#79817C

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

Shades of Blue Smoke #79817C

Tints of Blue Smoke #79817C

Color information

#79817C (or 0x79817C) is unknown color: approx Blue Smoke. HEX triplet: 79, 81 and 7C. RGB value is (121,129,124). Sum of RGB (Red+Green+Blue) = 121+129+124=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 129 - color contains mainly: green. Hex color #79817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79817C is #867E83. Grayscale: #7E7E7E. Windows color (decimal): -8814212 or 8159609. OLE color: 8159609.

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

Color convert

RGB121129124-
CMYK0.0600.040.49
HSL142.5º3.2%49.02%-
HSV(B)142.5º6.2%50.59%-
XYZ19.3721.2222.14-
YUV126.04126.85124.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=32.35%
G=34.49%
B=33.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291240.0600.040.49142.53.249.02
Hex79817C604318e331
Octal17120117460461216361
Binary111100110000001111110011001001100011000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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