#797F85

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

Shades of Slate Grey #797F85

Tints of Slate Grey #797F85

Color information

#797F85 (or 0x797F85) is unknown color: approx Slate Grey. HEX triplet: 79, 7F and 85. RGB value is (121,127,133). Sum of RGB (Red+Green+Blue) = 121+127+133=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #797F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F85 is #86807A. Grayscale: #7D7D7D. Windows color (decimal): -8814715 or 8748921. OLE color: 8748921.

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

Color convert

RGB121127133-
CMYK0.090.0500.48
HSL210º4.72%49.8%-
HSV(B)210º9.02%52.16%-
XYZ19.7120.9425.19-
YUV125.89132.01124.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=31.76%
G=33.33%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211271330.090.0500.482104.7249.8
Hex797F8595030d2532
Octal171177205115060322562
Binary11110011111111100001011001101011000011010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797F85; }

 p { color: rgb(121,127,133); }

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

<style>
 a { background-color: #797F85; }

 a { background-color: rgb(121,127,133); }

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

<style>
 span { border-color: #797F85; }

 span { border-color: rgb(121,127,133); }

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