Html Css Color HEX #837E76 Concord

📋 copy color: '#837E76'

red 131 ◦ green 126 ◦ blue 118

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

Shades of Concord #837E76

Tints of Concord #837E76

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 34.93%
G = 33.6%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#837E76 (or 0x837E76) is known color: Concord. HEX triplet: 83, 7E and 76. RGB value is (131,126,118). Sum of RGB (Red+Green+Blue) = 131+126+118=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #837E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E76 is #7C8189. Grayscale: #7E7E7E. Windows color (decimal): -8159626 or 7765635. OLE color: 7765635.

HSL color Cylindrical-coordinate representation of color #837E76: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837E76 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 126 118 -
CMYK 0 0.04 0.10 0.49
HSL 36.92º 0.05% 0.49% -
HSV(B) 36.92º 0.1% 0.51% -
XYZ 20.09 21.06 20.14 -
YUV 126.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 131 126 118 0 0.04 0.10 0.49 36.92 0.05 0.49
Hex 83 7E 76 0 4 A 31 25 5 31
Octal 203 176 166 0 4 12 61 45 5 61
Binary 10000011 1111110 1110110 0 100 1010 110001 100101 101 110001

Color Harmonies of #837E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E76

Black with #837E76

Text Example


Text Example

White with #837E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837E76; }

 p { color: rgb(131,126,118); }

 H1.HeaderClassName
 {
   color: #837E76;
 }
 .AnyTagClassName
 {
   color: #837E76;
 }
</style>

background-color css

<style>
 a { background-color: #837E76; }

 a { background-color: rgb(131,126,118); }

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

border-color css

<style>
 span { border-color: #837E76; }

 span { border-color: rgb(131,126,118); }

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