Html Css Color HEX #876762 Pharlap

📋 copy color: '#876762'

red 135 ◦ green 103 ◦ blue 98

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

Shades of Pharlap #876762

Tints of Pharlap #876762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 40.18%
G = 30.65%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#876762 (or 0x876762) is known color: Pharlap. HEX triplet: 87, 67 and 62. RGB value is (135,103,98). Sum of RGB (Red+Green+Blue) = 135+103+98=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876762 is #78989D. Grayscale: #707070. Windows color (decimal): -7903390 or 6449031. OLE color: 6449031.

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

Color convert

RGB 135 103 98 -
CMYK 0 0.24 0.27 0.47
HSL 8.11º 0.16% 0.46% -
HSV(B) 8.11º 0.27% 0.53% -
XYZ 17.05 15.73 13.69 -
YUV 112 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 135 103 98 0 0.24 0.27 0.47 8.11 0.16 0.46
Hex 87 67 62 0 18 1B 2F 8 10 2E
Octal 207 147 142 0 30 33 57 10 20 56
Binary 10000111 1100111 1100010 0 11000 11011 101111 1000 10000 101110

Color Harmonies of #876762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876762

Black with #876762

Text Example


Text Example

White with #876762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876762; }

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

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

background-color css

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

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

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

border-color css

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

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

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