#87837D

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

Shades of Schooner #87837D

Tints of Schooner #87837D

Color information

#87837D (or 0x87837D) is unknown color: approx Schooner. HEX triplet: 87, 83 and 7D. RGB value is (135,131,125). Sum of RGB (Red+Green+Blue) = 135+131+125=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87837D is #787C82. Grayscale: #838383. Windows color (decimal): -7896195 or 8225671. OLE color: 8225671.

HSL color Cylindrical-coordinate representation of color #87837D: hue angle of 36º 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 #87837D is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135131125-
CMYK00.030.070.47
HSL36º4%50.98%-
HSV(B)36º7.41%52.94%-
XYZ21.8122.8622.67-
YUV131.51124.33130.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=34.53%
G=33.50%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513112500.030.070.4736450.98
Hex87837D0372F24433
Octal2072031750375744463
Binary10000111100000111111101011111101111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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