#837F75

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

Shades of Concord #837F75

Tints of Concord #837F75

Color information

#837F75 (or 0x837F75) is unknown color: approx Concord. HEX triplet: 83, 7F and 75. RGB value is (131,127,117). Sum of RGB (Red+Green+Blue) = 131+127+117=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #837F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F75 is #7C808A. Grayscale: #7F7F7F. Windows color (decimal): -8159371 or 7700355. OLE color: 7700355.

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

Color convert

RGB131127117-
CMYK00.030.110.49
HSL42.86º5.65%48.63%-
HSV(B)42.86º10.69%51.37%-
XYZ20.1621.2919.88-
YUV127.06122.33130.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=34.93%
G=33.87%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112711700.030.110.4942.865.6548.63
Hex837F7503B312b631
Octal20317716503136153661
Binary10000011111111111101010111011110001101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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