#837F74

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

Shades of Concord #837F74

Tints of Concord #837F74

Color information

#837F74 (or 0x837F74) is unknown color: approx Concord. HEX triplet: 83, 7F and 74. RGB value is (131,127,116). Sum of RGB (Red+Green+Blue) = 131+127+116=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #837F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F74 is #7C808B. Grayscale: #7E7E7E. Windows color (decimal): -8159372 or 7634819. OLE color: 7634819.

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

Color convert

RGB131127116-
CMYK00.030.110.49
HSL44º6.07%48.43%-
HSV(B)44º11.45%51.37%-
XYZ20.121.2619.57-
YUV126.94121.83130.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=35.03%
G=33.96%
B=31.02%

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
Decimal13112711600.030.110.49446.0748.43
Hex837F7403B312c630
Octal20317716403136154660
Binary10000011111111111101000111011110001101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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