#876862

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

Shades of Pharlap #876862

Tints of Pharlap #876862

Color information

#876862 (or 0x876862) is unknown color: approx Pharlap. HEX triplet: 87, 68 and 62. RGB value is (135,104,98). Sum of RGB (Red+Green+Blue) = 135+104+98=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876862 is #78979D. Grayscale: #707070. Windows color (decimal): -7903134 or 6449287. OLE color: 6449287.

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

Color convert

RGB13510498-
CMYK00.230.270.47
HSL9.73º15.88%45.69%-
HSV(B)9.73º27.41%52.94%-
XYZ17.1515.9313.73-
YUV112.58119.77143.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=40.06%
G=30.86%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351049800.230.270.479.7315.8845.69
Hex8768620171B2Fa102e
Octal2071501420273357122056
Binary100001111101000110001001011111011101111101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876862; }

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

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

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

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

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

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

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

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