#876761

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

Shades of Pharlap #876761

Tints of Pharlap #876761

Color information

#876761 (or 0x876761) is unknown color: approx Pharlap. HEX triplet: 87, 67 and 61. RGB value is (135,103,97). Sum of RGB (Red+Green+Blue) = 135+103+97=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876761 is #78989E. Grayscale: #6F6F6F. Windows color (decimal): -7903391 or 6383495. OLE color: 6383495.

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

Color convert

RGB13510397-
CMYK00.240.280.47
HSL9.47º16.38%45.49%-
HSV(B)9.47º28.15%52.94%-
XYZ1715.7113.45-
YUV111.88119.6144.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=40.30%
G=30.75%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351039700.240.280.479.4716.3845.49
Hex8767610181C2F9102d
Octal2071471410303457112055
Binary100001111100111110000101100011100101111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876761; }

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

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

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

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

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

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

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

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