Html Css Color HEX #817C73 Concord

📋 copy color: '#817C73'

red 129 ◦ green 124 ◦ blue 115

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

Shades of Concord #817C73

Tints of Concord #817C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 35.05%
G = 33.7%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#817C73 (or 0x817C73) is known color: Concord. HEX triplet: 81, 7C and 73. RGB value is (129,124,115). Sum of RGB (Red+Green+Blue) = 129+124+115=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #817C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C73 is #7E838C. Grayscale: #7C7C7C. Windows color (decimal): -8291213 or 7568513. OLE color: 7568513.

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

Color convert

RGB 129 124 115 -
CMYK 0 0.04 0.11 0.49
HSL 38.57º 0.06% 0.48% -
HSV(B) 38.57º 0.11% 0.51% -
XYZ 19.36 20.32 19.12 -
YUV 124.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 129 124 115 0 0.04 0.11 0.49 38.57 0.06 0.48
Hex 81 7C 73 0 4 B 31 27 6 30
Octal 201 174 163 0 4 13 61 47 6 60
Binary 10000001 1111100 1110011 0 100 1011 110001 100111 110 110000

Color Harmonies of #817C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C73

Black with #817C73

Text Example


Text Example

White with #817C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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