#87827D

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

Shades of Schooner #87827D

Tints of Schooner #87827D

Color information

#87827D (or 0x87827D) is unknown color: approx Schooner. HEX triplet: 87, 82 and 7D. RGB value is (135,130,125). Sum of RGB (Red+Green+Blue) = 135+130+125=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #87827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827D is #787D82. Grayscale: #828282. Windows color (decimal): -7896451 or 8225415. OLE color: 8225415.

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

Color convert

RGB135130125-
CMYK00.040.070.47
HSL30º4%50.98%-
HSV(B)30º7.41%52.94%-
XYZ21.6822.622.62-
YUV130.93124.66130.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=34.62%
G=33.33%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513012500.040.070.4730450.98
Hex87827D0472F1e433
Octal2072021750475736463
Binary10000111100000101111101010011110111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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