#876860

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

Shades of Pharlap #876860

Tints of Pharlap #876860

Color information

#876860 (or 0x876860) is unknown color: approx Pharlap. HEX triplet: 87, 68 and 60. RGB value is (135,104,96). Sum of RGB (Red+Green+Blue) = 135+104+96=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876860 is #78979F. Grayscale: #707070. Windows color (decimal): -7903136 or 6318215. OLE color: 6318215.

HSL color Cylindrical-coordinate representation of color #876860: hue angle of 12.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876860 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13510496-
CMYK00.230.290.47
HSL12.31º16.88%45.29%-
HSV(B)12.31º28.89%52.94%-
XYZ17.0515.913.24-
YUV112.36118.77144.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=40.30%
G=31.04%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351049600.230.290.4712.3116.8845.29
Hex8768600171D2Fc112d
Octal2071501400273557142155
Binary100001111101000110000001011111101101111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876860; }

 p { color: rgb(135,104,96); }

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

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

 a { background-color: rgb(135,104,96); }

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

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

 span { border-color: rgb(135,104,96); }

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