#79867E

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

Shades of Blue Smoke #79867E

Tints of Blue Smoke #79867E

Color information

#79867E (or 0x79867E) is unknown color: approx Blue Smoke. HEX triplet: 79, 86 and 7E. RGB value is (121,134,126). Sum of RGB (Red+Green+Blue) = 121+134+126=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #79867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79867E is #867981. Grayscale: #818181. Windows color (decimal): -8812930 or 8291961. OLE color: 8291961.

HSL color Cylindrical-coordinate representation of color #79867E: hue angle of 143.08º 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 #79867E is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB121134126-
CMYK0.1000.060.47
HSL143.08º5.1%50%-
HSV(B)143.08º9.7%52.55%-
XYZ20.1822.6223.04-
YUV129.2126.19122.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=31.76%
G=35.17%
B=33.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341260.1000.060.47143.085.150
Hex79867EA062F8f532
Octal171206176120657217562
Binary11110011000011011111101010011010111110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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