#79847E

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

Shades of Blue Smoke #79847E

Tints of Blue Smoke #79847E

Color information

#79847E (or 0x79847E) is unknown color: approx Blue Smoke. HEX triplet: 79, 84 and 7E. RGB value is (121,132,126). Sum of RGB (Red+Green+Blue) = 121+132+126=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #79847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79847E is #867B81. Grayscale: #808080. Windows color (decimal): -8813442 or 8291449. OLE color: 8291449.

HSL color Cylindrical-coordinate representation of color #79847E: hue angle of 147.27º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79847E is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB121132126-
CMYK0.0800.050.48
HSL147.27º4.35%49.61%-
HSV(B)147.27º8.33%51.76%-
XYZ19.922.0722.95-
YUV128.03126.86122.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=31.93%
G=34.83%
B=33.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321260.0800.050.48147.274.3549.61
Hex79847E8053093432
Octal171204176100560223462
Binary11110011000010011111101000010111000010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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