#79808A

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

Shades of Slate Grey #79808A

Tints of Slate Grey #79808A

Color information

#79808A (or 0x79808A) is unknown color: approx Slate Grey. HEX triplet: 79, 80 and 8A. RGB value is (121,128,138). Sum of RGB (Red+Green+Blue) = 121+128+138=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #79808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79808A is #867F75. Grayscale: #7F7F7F. Windows color (decimal): -8814454 or 9076857. OLE color: 9076857.

HSL color Cylindrical-coordinate representation of color #79808A: hue angle of 215.29º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #79808A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121128138-
CMYK0.120.0700.46
HSL215.29º6.77%50.78%-
HSV(B)215.29º12.32%54.12%-
XYZ20.1921.3427.1-
YUV127.05134.18123.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=31.27%
G=33.07%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211281380.120.0700.46215.296.7750.78
Hex79808AC702Ed7733
Octal171200212147056327763
Binary111100110000000100010101100111010111011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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