Html Css Color HEX #817B71 Concord

📋 copy color: '#817B71'

red 129 ◦ green 123 ◦ blue 113

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

Shades of Concord #817B71

Tints of Concord #817B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

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

R = 35.34%
G = 33.7%
B = 30.96%

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

#817B71 (or 0x817B71) is known color: Concord. HEX triplet: 81, 7B and 71. RGB value is (129,123,113). Sum of RGB (Red+Green+Blue) = 129+123+113=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 129 - color contains mainly: red. Hex color #817B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B71 is #7E848E. Grayscale: #7B7B7B. Windows color (decimal): -8291471 or 7437185. OLE color: 7437185.

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

Color convert

RGB 129 123 113 -
CMYK 0 0.05 0.12 0.49
HSL 37.5º 0.07% 0.47% -
HSV(B) 37.5º 0.12% 0.51% -
XYZ 19.12 20.03 18.48 -
YUV 123.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 129 123 113 0 0.05 0.12 0.49 37.5 0.07 0.47
Hex 81 7B 71 0 5 C 31 26 7 2F
Octal 201 173 161 0 5 14 61 46 7 57
Binary 10000001 1111011 1110001 0 101 1100 110001 100110 111 101111

Color Harmonies of #817B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B71

Black with #817B71

Text Example


Text Example

White with #817B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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