Html Css Color HEX #817D72 Concord

📋 copy color: '#817D72'

red 129 ◦ green 125 ◦ blue 114

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

Shades of Concord #817D72

Tints of Concord #817D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 35.05%
G = 33.97%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#817D72 (or 0x817D72) is known color: Concord. HEX triplet: 81, 7D and 72. RGB value is (129,125,114). Sum of RGB (Red+Green+Blue) = 129+125+114=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #817D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D72 is #7E828D. Grayscale: #7C7C7C. Windows color (decimal): -8290958 or 7503233. OLE color: 7503233.

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

Color convert

RGB 129 125 114 -
CMYK 0 0.03 0.12 0.49
HSL 44º 0.06% 0.48% -
HSV(B) 44º 0.12% 0.51% -
XYZ 19.42 20.55 18.86 -
YUV 124.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 129 125 114 0 0.03 0.12 0.49 44 0.06 0.48
Hex 81 7D 72 0 3 C 31 2C 6 30
Octal 201 175 162 0 3 14 61 54 6 60
Binary 10000001 1111101 1110010 0 11 1100 110001 101100 110 110000

Color Harmonies of #817D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D72

Black with #817D72

Text Example


Text Example

White with #817D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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