Html Css Color HEX #817A71 Concord

📋 copy color: '#817A71'

red 129 ◦ green 122 ◦ blue 113

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

Shades of Concord #817A71

Tints of Concord #817A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 35.44%
G = 33.52%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#817A71 (or 0x817A71) is known color: Concord. HEX triplet: 81, 7A and 71. RGB value is (129,122,113). Sum of RGB (Red+Green+Blue) = 129+122+113=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #817A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A71 is #7E858E. Grayscale: #7B7B7B. Windows color (decimal): -8291727 or 7436929. OLE color: 7436929.

HSL color Cylindrical-coordinate representation of color #817A71: hue angle of 33.75º 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 #817A71 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 122 113 -
CMYK 0 0.05 0.12 0.49
HSL 33.75º 0.07% 0.47% -
HSV(B) 33.75º 0.12% 0.51% -
XYZ 18.99 19.78 18.44 -
YUV 123.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 129 122 113 0 0.05 0.12 0.49 33.75 0.07 0.47
Hex 81 7A 71 0 5 C 31 22 7 2F
Octal 201 172 161 0 5 14 61 42 7 57
Binary 10000001 1111010 1110001 0 101 1100 110001 100010 111 101111

Color Harmonies of #817A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A71

Black with #817A71

Text Example


Text Example

White with #817A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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