#877E71

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

Shades of Schooner #877E71

Tints of Schooner #877E71

Color information

#877E71 (or 0x877E71) is unknown color: approx Schooner. HEX triplet: 87, 7E and 71. RGB value is (135,126,113). Sum of RGB (Red+Green+Blue) = 135+126+113=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #877E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E71 is #78818E. Grayscale: #7F7F7F. Windows color (decimal): -7897487 or 7437959. OLE color: 7437959.

HSL color Cylindrical-coordinate representation of color #877E71: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877E71 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135126113-
CMYK00.070.160.47
HSL35.45º8.87%48.63%-
HSV(B)35.45º16.3%52.94%-
XYZ20.4321.2618.65-
YUV127.21119.98133.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=36.10%
G=33.69%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512611300.070.160.4735.458.8748.63
Hex877E7107102F23931
Octal207176161072057431161
Binary10000111111111011100010111100001011111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877E71; }

 p { color: rgb(135,126,113); }

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

<style>
 a { background-color: #877E71; }

 a { background-color: rgb(135,126,113); }

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

<style>
 span { border-color: #877E71; }

 span { border-color: rgb(135,126,113); }

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