#87827A

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

Shades of Concord #87827A

Tints of Concord #87827A

Color information

#87827A (or 0x87827A) is unknown color: approx Concord. HEX triplet: 87, 82 and 7A. RGB value is (135,130,122). Sum of RGB (Red+Green+Blue) = 135+130+122=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #87827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827A is #787D85. Grayscale: #828282. Windows color (decimal): -7896454 or 8028807. OLE color: 8028807.

HSL color Cylindrical-coordinate representation of color #87827A: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87827A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135130122-
CMYK00.040.100.47
HSL36.92º5.14%50.39%-
HSV(B)36.92º9.63%52.94%-
XYZ21.4922.5221.63-
YUV130.58123.16131.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=34.88%
G=33.59%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513012200.040.100.4736.925.1450.39
Hex87827A04A2F25532
Octal20720217204125745562
Binary1000011110000010111101001001010101111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87827A; }

 p { color: rgb(135,130,122); }

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

<style>
 a { background-color: #87827A; }

 a { background-color: rgb(135,130,122); }

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

<style>
 span { border-color: #87827A; }

 span { border-color: rgb(135,130,122); }

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