#837E74

Color #837E74 Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #837E74

Tints of Concord #837E74

Color information

#837E74 (or 0x837E74) is unknown color: approx Concord. HEX triplet: 83, 7E and 74. RGB value is (131,126,116). Sum of RGB (Red+Green+Blue) = 131+126+116=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #837E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E74 is #7C818B. Grayscale: #7E7E7E. Windows color (decimal): -8159628 or 7634563. OLE color: 7634563.

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

Color convert

RGB131126116-
CMYK00.040.110.49
HSL40º6.07%48.43%-
HSV(B)40º11.45%51.37%-
XYZ19.9721.0119.53-
YUV126.35122.16131.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=35.12%
G=33.78%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112611600.040.110.49406.0748.43
Hex837E7404B3128630
Octal20317616404136150660
Binary100000111111110111010001001011110001101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #837E74;
 }
 .AnyTagClassName
 {
   color: #837E74;
 }
</style>
background-color css

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

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

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

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

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

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