#79837B

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

Shades of Blue Smoke #79837B

Tints of Blue Smoke #79837B

Color information

#79837B (or 0x79837B) is unknown color: approx Blue Smoke. HEX triplet: 79, 83 and 7B. RGB value is (121,131,123). Sum of RGB (Red+Green+Blue) = 121+131+123=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #79837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79837B is #867C84. Grayscale: #7F7F7F. Windows color (decimal): -8813701 or 8094585. OLE color: 8094585.

HSL color Cylindrical-coordinate representation of color #79837B: hue angle of 132º 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 #79837B is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB121131123-
CMYK0.0800.060.49
HSL132º3.97%49.41%-
HSV(B)132º7.63%51.37%-
XYZ19.5821.7321.9-
YUV127.1125.69123.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=32.27%
G=34.93%
B=32.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211311230.0800.060.491323.9749.41
Hex79837B8063184431
Octal171203173100661204461
Binary11110011000001111110111000011011000110000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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