#87817B

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

Shades of Schooner #87817B

Tints of Schooner #87817B

Color information

#87817B (or 0x87817B) is unknown color: approx Schooner. HEX triplet: 87, 81 and 7B. RGB value is (135,129,123). Sum of RGB (Red+Green+Blue) = 135+129+123=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #87817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87817B is #787E84. Grayscale: #828282. Windows color (decimal): -7896709 or 8094087. OLE color: 8094087.

HSL color Cylindrical-coordinate representation of color #87817B: hue angle of 30º 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 #87817B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135129123-
CMYK00.040.090.47
HSL30º4.76%50.59%-
HSV(B)30º8.89%52.94%-
XYZ21.4222.2821.91-
YUV130.11123.99131.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=34.88%
G=33.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512912300.040.090.47304.7650.59
Hex87817B0492F1e533
Octal20720117304115736563
Binary100001111000000111110110100100110111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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