#87625D

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

Shades of Pharlap #87625D

Tints of Pharlap #87625D

Color information

#87625D (or 0x87625D) is unknown color: approx Pharlap. HEX triplet: 87, 62 and 5D. RGB value is (135,98,93). Sum of RGB (Red+Green+Blue) = 135+98+93=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87625D is #789DA2. Grayscale: #6C6C6C. Windows color (decimal): -7904675 or 6120071. OLE color: 6120071.

HSL color Cylindrical-coordinate representation of color #87625D: hue angle of 7.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87625D is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1359893-
CMYK00.270.310.47
HSL7.14º18.42%44.71%-
HSV(B)7.14º31.11%52.94%-
XYZ16.3414.6812.33-
YUV108.49119.26146.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=41.41%
G=30.06%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135989300.270.310.477.1418.4244.71
Hex87625D01B1F2F7122d
Octal207142135033375772255
Binary10000111110001010111010110111111110111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87625D; }

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

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

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

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

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

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

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

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