Html Css Color HEX #847C71 Concord

📋 copy color: '#847C71'

red 132 ◦ green 124 ◦ blue 113

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

Shades of Concord #847C71

Tints of Concord #847C71

RGB

 RED value IS 132 (51.95% from 255) = 35.77%

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

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

R = 35.77%
G = 33.6%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#847C71 (or 0x847C71) is known color: Concord. HEX triplet: 84, 7C and 71. RGB value is (132,124,113). Sum of RGB (Red+Green+Blue) = 132+124+113=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #847C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C71 is #7B838E. Grayscale: #7D7D7D. Windows color (decimal): -8094607 or 7437444. OLE color: 7437444.

HSL color Cylindrical-coordinate representation of color #847C71: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #847C71 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 113 -
CMYK 0 0.06 0.14 0.48
HSL 34.74º 0.08% 0.48% -
HSV(B) 34.74º 0.14% 0.52% -
XYZ 19.7 20.51 18.54 -
YUV 125.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 132 124 113 0 0.06 0.14 0.48 34.74 0.08 0.48
Hex 84 7C 71 0 6 E 30 23 8 30
Octal 204 174 161 0 6 16 60 43 10 60
Binary 10000100 1111100 1110001 0 110 1110 110000 100011 1000 110000

Color Harmonies of #847C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C71

Black with #847C71

Text Example


Text Example

White with #847C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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