#79827B

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

Shades of Blue Smoke #79827B

Tints of Blue Smoke #79827B

Color information

#79827B (or 0x79827B) is unknown color: approx Blue Smoke. HEX triplet: 79, 82 and 7B. RGB value is (121,130,123). Sum of RGB (Red+Green+Blue) = 121+130+123=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 130 - color contains mainly: green. Hex color #79827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79827B is #867D84. Grayscale: #7E7E7E. Windows color (decimal): -8813957 or 8094329. OLE color: 8094329.

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

Color convert

RGB121130123-
CMYK0.0700.050.49
HSL133.33º3.59%49.22%-
HSV(B)133.33º6.92%50.98%-
XYZ19.4421.4621.86-
YUV126.51126.02124.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=32.35%
G=34.76%
B=32.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301230.0700.050.49133.333.5949.22
Hex79827B7053185431
Octal17120217370561205461
Binary1111001100000101111011111010111000110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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