#79808D

Color #79808D Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #79808D

Tints of Slate Grey #79808D

Color information

#79808D (or 0x79808D) is unknown color: approx Slate Grey. HEX triplet: 79, 80 and 8D. RGB value is (121,128,141). Sum of RGB (Red+Green+Blue) = 121+128+141=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #79808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79808D is #867F72. Grayscale: #7F7F7F. Windows color (decimal): -8814451 or 9273465. OLE color: 9273465.

HSL color Cylindrical-coordinate representation of color #79808D: hue angle of 219º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79808D is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121128141-
CMYK0.140.0900.45
HSL219º8.06%51.37%-
HSV(B)219º14.18%55.29%-
XYZ20.4121.4328.26-
YUV127.39135.68123.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=31.03%
G=32.82%
B=36.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211281410.140.0900.452198.0651.37
Hex79808DE902Ddb833
Octal17120021516110553331063
Binary11110011000000010001101111010010101101110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79808D; }

 p { color: rgb(121,128,141); }

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

<style>
 a { background-color: #79808D; }

 a { background-color: rgb(121,128,141); }

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

<style>
 span { border-color: #79808D; }

 span { border-color: rgb(121,128,141); }

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