#79887F

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

Shades of Blue Smoke #79887F

Tints of Blue Smoke #79887F

Color information

#79887F (or 0x79887F) is unknown color: approx Blue Smoke. HEX triplet: 79, 88 and 7F. RGB value is (121,136,127). Sum of RGB (Red+Green+Blue) = 121+136+127=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #79887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79887F is #867780. Grayscale: #828282. Windows color (decimal): -8812417 or 8358009. OLE color: 8358009.

HSL color Cylindrical-coordinate representation of color #79887F: hue angle of 144º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #79887F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB121136127-
CMYK0.1100.070.47
HSL144º5.93%50.39%-
HSV(B)144º11.03%53.33%-
XYZ20.5223.2123.48-
YUV130.49126.03121.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 127 (50% from 255) = 33.07%
R=31.51%
G=35.42%
B=33.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211361270.1100.070.471445.9350.39
Hex79887FB072F90632
Octal171210177130757220662
Binary11110011000100011111111011011110111110010000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79887F; }

 p { color: rgb(121,136,127); }

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

<style>
 a { background-color: #79887F; }

 a { background-color: rgb(121,136,127); }

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

<style>
 span { border-color: #79887F; }

 span { border-color: rgb(121,136,127); }

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