#876763

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

Shades of Pharlap #876763

Tints of Pharlap #876763

Color information

#876763 (or 0x876763) is unknown color: approx Pharlap. HEX triplet: 87, 67 and 63. RGB value is (135,103,99). Sum of RGB (Red+Green+Blue) = 135+103+99=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876763 is #78989C. Grayscale: #707070. Windows color (decimal): -7903389 or 6514567. OLE color: 6514567.

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

Color convert

RGB13510399-
CMYK00.240.270.47
HSL6.67º15.38%45.88%-
HSV(B)6.67º26.67%52.94%-
XYZ17.0915.7513.94-
YUV112.11120.6144.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=40.06%
G=30.56%
B=29.38%

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
Decimal1351039900.240.270.476.6715.3845.88
Hex8767630181B2F7f2e
Octal207147143030335771756
Binary1000011111001111100011011000110111011111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876763; }

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

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

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

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

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

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

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

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