#79837C

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

Shades of Blue Smoke #79837C

Tints of Blue Smoke #79837C

Color information

#79837C (or 0x79837C) is unknown color: approx Blue Smoke. HEX triplet: 79, 83 and 7C. RGB value is (121,131,124). Sum of RGB (Red+Green+Blue) = 121+131+124=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #79837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79837C is #867C83. Grayscale: #7F7F7F. Windows color (decimal): -8813700 or 8160121. OLE color: 8160121.

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

Color convert

RGB121131124-
CMYK0.0800.050.49
HSL138º3.97%49.41%-
HSV(B)138º7.63%51.37%-
XYZ19.6421.7522.23-
YUV127.21126.19123.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=32.18%
G=34.84%
B=32.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211311240.0800.050.491383.9749.41
Hex79837C805318a431
Octal171203174100561212461
Binary11110011000001111111001000010111000110001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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