#837D72

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

Shades of Concord #837D72

Tints of Concord #837D72

Color information

#837D72 (or 0x837D72) is unknown color: approx Concord. HEX triplet: 83, 7D and 72. RGB value is (131,125,114). Sum of RGB (Red+Green+Blue) = 131+125+114=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #837D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D72 is #7C828D. Grayscale: #7D7D7D. Windows color (decimal): -8159886 or 7503235. OLE color: 7503235.

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

Color convert

RGB131125114-
CMYK00.050.130.49
HSL38.82º6.94%48.04%-
HSV(B)38.82º12.98%51.37%-
XYZ19.7320.7118.88-
YUV125.54121.49131.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=35.41%
G=33.78%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112511400.050.130.4938.826.9448.04
Hex837D7205D3127730
Octal20317516205156147760
Binary100000111111101111001001011101110001100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,114); }

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

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

 a { background-color: rgb(131,125,114); }

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

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

 span { border-color: rgb(131,125,114); }

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