#79927E

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

Shades of Blue Smoke #79927E

Tints of Blue Smoke #79927E

Color information

#79927E (or 0x79927E) is unknown color: approx Blue Smoke. HEX triplet: 79, 92 and 7E. RGB value is (121,146,126). Sum of RGB (Red+Green+Blue) = 121+146+126=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #79927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79927E is #866D81. Grayscale: #888888. Windows color (decimal): -8809858 or 8295033. OLE color: 8295033.

HSL color Cylindrical-coordinate representation of color #79927E: hue angle of 132º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79927E is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB121146126-
CMYK0.1700.140.43
HSL132º10.29%52.35%-
HSV(B)132º17.12%57.25%-
XYZ21.9326.1323.63-
YUV136.24122.22117.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=30.79%
G=37.15%
B=32.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461260.1700.140.4313210.2952.35
Hex79927E110E2B84a34
Octal17122217621016532041264
Binary11110011001001011111101000101110101011100001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79927E; }

 p { color: rgb(121,146,126); }

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

<style>
 a { background-color: #79927E; }

 a { background-color: rgb(121,146,126); }

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

<style>
 span { border-color: #79927E; }

 span { border-color: rgb(121,146,126); }

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