#817C7B

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

Shades of Grey #817C7B

Tints of Grey #817C7B

Color information

#817C7B (or 0x817C7B) is unknown color: approx Grey. HEX triplet: 81, 7C and 7B. RGB value is (129,124,123). Sum of RGB (Red+Green+Blue) = 129+124+123=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 129 - color contains mainly: red. Hex color #817C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C7B is #7E8384. Grayscale: #7D7D7D. Windows color (decimal): -8291205 or 8092801. OLE color: 8092801.

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

Color convert

RGB129124123-
CMYK00.040.050.49
HSL10º2.38%49.41%-
HSV(B)10º4.65%50.59%-
XYZ19.8420.5121.65-
YUV125.38126.66130.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=34.31%
G=32.98%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912412300.040.050.49102.3849.41
Hex817C7B04531a231
Octal2011741730456112261
Binary10000001111110011110110100101110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,124,123); }

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

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

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

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

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

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

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