Html Css Color HEX #817C71 Concord

📋 copy color: '#817C71'

red 129 ◦ green 124 ◦ blue 113

#817C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Concord #817C71

Tints of Concord #817C71

RGB

 RED value IS 129 (50.78% from 255) = 35.25%

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 35.25%
G = 33.88%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#817C71 (or 0x817C71) is known color: Concord. HEX triplet: 81, 7C and 71. RGB value is (129,124,113). Sum of RGB (Red+Green+Blue) = 129+124+113=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #817C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C71 is #7E838E. Grayscale: #7C7C7C. Windows color (decimal): -8291215 or 7437441. OLE color: 7437441.

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

Color convert

RGB 129 124 113 -
CMYK 0 0.04 0.12 0.49
HSL 41.25º 0.07% 0.47% -
HSV(B) 41.25º 0.12% 0.51% -
XYZ 19.24 20.27 18.52 -
YUV 124.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 129 124 113 0 0.04 0.12 0.49 41.25 0.07 0.47
Hex 81 7C 71 0 4 C 31 29 7 2F
Octal 201 174 161 0 4 14 61 51 7 57
Binary 10000001 1111100 1110001 0 100 1100 110001 101001 111 101111

Color Harmonies of #817C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C71

Black with #817C71

Text Example


Text Example

White with #817C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #817C71;
 }
 .AnyTagClassName
 {
   color: #817C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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