#817979

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

Shades of Grey #817979

Tints of Grey #817979

Color information

#817979 (or 0x817979) is unknown color: approx Grey. HEX triplet: 81, 79 and 79. RGB value is (129,121,121). Sum of RGB (Red+Green+Blue) = 129+121+121=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 129 - color contains mainly: red. Hex color #817979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817979 is #7E8686. Grayscale: #7B7B7B. Windows color (decimal): -8291975 or 7960961. OLE color: 7960961.

HSL color Cylindrical-coordinate representation of color #817979: hue angle of 0º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #817979 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB129121121-
CMYK00.060.060.49
HSL3.2%49.02%-
HSV(B)6.2%50.59%-
XYZ19.3419.7220.88-
YUV123.39126.65132-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=34.77%
G=32.61%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912112100.060.060.4903.249.02
Hex817979066310331
Octal201171171066610361
Binary10000001111100111110010110110110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817979; }

 p { color: rgb(129,121,121); }

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

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

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

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

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

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

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