#87827C

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

Shades of Schooner #87827C

Tints of Schooner #87827C

Color information

#87827C (or 0x87827C) is unknown color: approx Schooner. HEX triplet: 87, 82 and 7C. RGB value is (135,130,124). Sum of RGB (Red+Green+Blue) = 135+130+124=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #87827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827C is #787D83. Grayscale: #828282. Windows color (decimal): -7896452 or 8159879. OLE color: 8159879.

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

Color convert

RGB135130124-
CMYK00.040.080.47
HSL32.73º4.38%50.78%-
HSV(B)32.73º8.15%52.94%-
XYZ21.6122.5722.29-
YUV130.81124.16130.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=34.70%
G=33.42%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513012400.040.080.4732.734.3850.78
Hex87827C0482F21433
Octal20720217404105741463
Binary1000011110000010111110001001000101111100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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