Html Css Color HEX #876764 Pharlap

📋 copy color: '#876764'

red 135 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #876764

Tints of Pharlap #876764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 39.94%
G = 30.47%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#876764 (or 0x876764) is known color: Pharlap. HEX triplet: 87, 67 and 64. RGB value is (135,103,100). Sum of RGB (Red+Green+Blue) = 135+103+100=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #876764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876764 is #78989B. Grayscale: #707070. Windows color (decimal): -7903388 or 6580103. OLE color: 6580103.

HSL color Cylindrical-coordinate representation of color #876764: hue angle of 5.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876764 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 103 100 -
CMYK 0 0.24 0.26 0.47
HSL 5.14º 0.15% 0.46% -
HSV(B) 5.14º 0.26% 0.53% -
XYZ 17.14 15.77 14.2 -
YUV 112.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 135 103 100 0 0.24 0.26 0.47 5.14 0.15 0.46
Hex 87 67 64 0 18 1A 2F 5 F 2E
Octal 207 147 144 0 30 32 57 5 17 56
Binary 10000111 1100111 1100100 0 11000 11010 101111 101 1111 101110

Color Harmonies of #876764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876764

Black with #876764

Text Example


Text Example

White with #876764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876764; }

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

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

background-color css

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

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

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

border-color css

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

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

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