Html Css Color HEX #876862 Pharlap

📋 copy color: '#876862'

red 135 ◦ green 104 ◦ blue 98

#876862
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #876862

Tints of Pharlap #876862

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#876862 (or 0x876862) is known color: 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

RGB 135 104 98 -
CMYK 0 0.23 0.27 0.47
HSL 9.73º 0.16% 0.46% -
HSV(B) 9.73º 0.27% 0.53% -
XYZ 17.15 15.93 13.73 -
YUV 112.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 135 104 98 0 0.23 0.27 0.47 9.73 0.16 0.46
Hex 87 68 62 0 17 1B 2F A 10 2E
Octal 207 150 142 0 27 33 57 12 20 56
Binary 10000111 1101000 1100010 0 10111 11011 101111 1010 10000 101110

Color Harmonies of #876862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876862

Black with #876862

Text Example


Text Example

White with #876862

Text Example


Text Example

HTML Codes & Css Web 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>