#817D7D

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

Shades of Grey #817D7D

Tints of Grey #817D7D

Color information

#817D7D (or 0x817D7D) is unknown color: approx Grey. HEX triplet: 81, 7D and 7D. RGB value is (129,125,125). Sum of RGB (Red+Green+Blue) = 129+125+125=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 129 - color contains mainly: red. Hex color #817D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D7D is #7E8282. Grayscale: #7E7E7E. Windows color (decimal): -8290947 or 8224129. OLE color: 8224129.

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

Color convert

RGB129125125-
CMYK00.030.030.49
HSL1.57%49.8%-
HSV(B)3.1%50.59%-
XYZ20.0920.8222.36-
YUV126.2127.33130-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=34.04%
G=32.98%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912512500.030.030.4901.5749.8
Hex817D7D033310232
Octal201175175033610262
Binary100000011111101111110101111110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817D7D; }

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

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

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

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

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

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

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

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