#79867F

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

Shades of Blue Smoke #79867F

Tints of Blue Smoke #79867F

Color information

#79867F (or 0x79867F) is unknown color: approx Blue Smoke. HEX triplet: 79, 86 and 7F. RGB value is (121,134,127). Sum of RGB (Red+Green+Blue) = 121+134+127=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #79867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79867F is #867980. Grayscale: #818181. Windows color (decimal): -8812929 or 8357497. OLE color: 8357497.

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

Color convert

RGB121134127-
CMYK0.1000.050.47
HSL147.69º5.1%50%-
HSV(B)147.69º9.7%52.55%-
XYZ20.2422.6523.38-
YUV129.32126.69122.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 127 (50% from 255) = 33.25%
R=31.68%
G=35.08%
B=33.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341270.1000.050.47147.695.150
Hex79867FA052F94532
Octal171206177120557224562
Binary11110011000011011111111010010110111110010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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