#876762

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

Shades of Pharlap #876762

Tints of Pharlap #876762

Color information

#876762 (or 0x876762) is unknown color: approx Pharlap. HEX triplet: 87, 67 and 62. RGB value is (135,103,98). Sum of RGB (Red+Green+Blue) = 135+103+98=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876762 is #78989D. Grayscale: #707070. Windows color (decimal): -7903390 or 6449031. OLE color: 6449031.

HSL color Cylindrical-coordinate representation of color #876762: hue angle of 8.11º 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 #876762 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13510398-
CMYK00.240.270.47
HSL8.11º15.88%45.69%-
HSV(B)8.11º27.41%52.94%-
XYZ17.0515.7313.69-
YUV112120.1144.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=40.18%
G=30.65%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351039800.240.270.478.1115.8845.69
Hex8767620181B2F8102e
Octal2071471420303357102056
Binary100001111100111110001001100011011101111100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876762; }

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

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

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

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

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

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

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

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