#87817A

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

Shades of Schooner #87817A

Tints of Schooner #87817A

Color information

#87817A (or 0x87817A) is unknown color: approx Schooner. HEX triplet: 87, 81 and 7A. RGB value is (135,129,122). Sum of RGB (Red+Green+Blue) = 135+129+122=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #87817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87817A is #787E85. Grayscale: #828282. Windows color (decimal): -7896710 or 8028551. OLE color: 8028551.

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

Color convert

RGB135129122-
CMYK00.040.100.47
HSL32.31º5.14%50.39%-
HSV(B)32.31º9.63%52.94%-
XYZ21.3522.2621.58-
YUV130123.49131.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=34.97%
G=33.42%
B=31.61%

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
Decimal13512912200.040.100.4732.315.1450.39
Hex87817A04A2F20532
Octal20720117204125740562
Binary1000011110000001111101001001010101111100000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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