Html Css Color HEX #837F76 Concord

📋 copy color: '#837F76'

red 131 ◦ green 127 ◦ blue 118

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

Shades of Concord #837F76

Tints of Concord #837F76

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

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

R = 34.84%
G = 33.78%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#837F76 (or 0x837F76) is known color: Concord. HEX triplet: 83, 7F and 76. RGB value is (131,127,118). Sum of RGB (Red+Green+Blue) = 131+127+118=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #837F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F76 is #7C8089. Grayscale: #7F7F7F. Windows color (decimal): -8159370 or 7765891. OLE color: 7765891.

HSL color Cylindrical-coordinate representation of color #837F76: hue angle of 41.54º 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 #837F76 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 118 -
CMYK 0 0.03 0.10 0.49
HSL 41.54º 0.05% 0.49% -
HSV(B) 41.54º 0.1% 0.51% -
XYZ 20.22 21.31 20.19 -
YUV 127.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 131 127 118 0 0.03 0.10 0.49 41.54 0.05 0.49
Hex 83 7F 76 0 3 A 31 2A 5 31
Octal 203 177 166 0 3 12 61 52 5 61
Binary 10000011 1111111 1110110 0 11 1010 110001 101010 101 110001

Color Harmonies of #837F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F76

Black with #837F76

Text Example


Text Example

White with #837F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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