Html Css Color HEX #807C71 Concord

📋 copy color: '#807C71'

red 128 ◦ green 124 ◦ blue 113

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

Shades of Concord #807C71

Tints of Concord #807C71

RGB

 RED value IS 128 (50.39% from 255) = 35.07%

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

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

R = 35.07%
G = 33.97%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#807C71 (or 0x807C71) is known color: Concord. HEX triplet: 80, 7C and 71. RGB value is (128,124,113). Sum of RGB (Red+Green+Blue) = 128+124+113=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #807C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C71 is #7F838E. Grayscale: #7B7B7B. Windows color (decimal): -8356751 or 7437440. OLE color: 7437440.

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

Color convert

RGB 128 124 113 -
CMYK 0 0.03 0.12 0.50
HSL 44º 0.06% 0.47% -
HSV(B) 44º 0.12% 0.5% -
XYZ 19.09 20.2 18.51 -
YUV 123.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 128 124 113 0 0.03 0.12 0.50 44 0.06 0.47
Hex 80 7C 71 0 3 C 32 2C 6 2F
Octal 200 174 161 0 3 14 62 54 6 57
Binary 10000000 1111100 1110001 0 11 1100 110010 101100 110 101111

Color Harmonies of #807C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C71

Black with #807C71

Text Example


Text Example

White with #807C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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