#87837F

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

Shades of Schooner #87837F

Tints of Schooner #87837F

Color information

#87837F (or 0x87837F) is unknown color: approx Schooner. HEX triplet: 87, 83 and 7F. RGB value is (135,131,127). Sum of RGB (Red+Green+Blue) = 135+131+127=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #87837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87837F is #787C80. Grayscale: #838383. Windows color (decimal): -7896193 or 8356743. OLE color: 8356743.

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

Color convert

RGB135131127-
CMYK00.030.060.47
HSL30º3.23%51.37%-
HSV(B)30º5.93%52.94%-
XYZ21.9422.9223.35-
YUV131.74125.33130.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 32.32%
R=34.35%
G=33.33%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513112700.030.060.47303.2351.37
Hex87837F0362F1e333
Octal2072031770365736363
Binary100001111000001111111110111101011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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