Html Css Color HEX #876562 Pharlap

📋 copy color: '#876562'

red 135 ◦ green 101 ◦ blue 98

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

Shades of Pharlap #876562

Tints of Pharlap #876562

RGB

 RED value IS 135 (53.13% from 255) = 40.42%

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 40.42%
G = 30.24%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#876562 (or 0x876562) is known color: Pharlap. HEX triplet: 87, 65 and 62. RGB value is (135,101,98). Sum of RGB (Red+Green+Blue) = 135+101+98=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876562 is #789A9D. Grayscale: #6E6E6E. Windows color (decimal): -7903902 or 6448519. OLE color: 6448519.

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

Color convert

RGB 135 101 98 -
CMYK 0 0.25 0.27 0.47
HSL 4.86º 0.16% 0.46% -
HSV(B) 4.86º 0.27% 0.53% -
XYZ 16.85 15.34 13.63 -
YUV 110.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 135 101 98 0 0.25 0.27 0.47 4.86 0.16 0.46
Hex 87 65 62 0 19 1B 2F 5 10 2E
Octal 207 145 142 0 31 33 57 5 20 56
Binary 10000111 1100101 1100010 0 11001 11011 101111 101 10000 101110

Color Harmonies of #876562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876562

Black with #876562

Text Example


Text Example

White with #876562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876562; }

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

 H1.HeaderClassName
 {
   color: #876562;
 }
 .AnyTagClassName
 {
   color: #876562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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