#87837B

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

Shades of Concord #87837B

Tints of Concord #87837B

Color information

#87837B (or 0x87837B) is unknown color: approx Concord. HEX triplet: 87, 83 and 7B. RGB value is (135,131,123). Sum of RGB (Red+Green+Blue) = 135+131+123=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #87837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87837B is #787C84. Grayscale: #838383. Windows color (decimal): -7896197 or 8094599. OLE color: 8094599.

HSL color Cylindrical-coordinate representation of color #87837B: hue angle of 40º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87837B is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135131123-
CMYK00.030.090.47
HSL40º4.76%50.59%-
HSV(B)40º8.89%52.94%-
XYZ21.6822.8122-
YUV131.28123.33130.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=34.70%
G=33.68%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513112300.030.090.47404.7650.59
Hex87837B0392F28533
Octal20720317303115750563
Binary100001111000001111110110111001101111101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87837B; }

 p { color: rgb(135,131,123); }

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

<style>
 a { background-color: #87837B; }

 a { background-color: rgb(135,131,123); }

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

<style>
 span { border-color: #87837B; }

 span { border-color: rgb(135,131,123); }

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