#817D76

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

Shades of Concord #817D76

Tints of Concord #817D76

Color information

#817D76 (or 0x817D76) is unknown color: approx Concord. HEX triplet: 81, 7D and 76. RGB value is (129,125,118). Sum of RGB (Red+Green+Blue) = 129+125+118=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 129 - color contains mainly: red. Hex color #817D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D76 is #7E8289. Grayscale: #7D7D7D. Windows color (decimal): -8290954 or 7765377. OLE color: 7765377.

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

Color convert

RGB129125118-
CMYK00.030.090.49
HSL38.18º4.45%48.43%-
HSV(B)38.18º8.53%50.59%-
XYZ19.6620.6420.09-
YUV125.4123.83130.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=34.68%
G=33.60%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912511800.030.090.4938.184.4548.43
Hex817D760393126430
Octal20117516603116146460
Binary10000001111110111101100111001110001100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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