Html Css Color HEX #87625B Pharlap

📋 copy color: '#87625B'

red 135 ◦ green 98 ◦ blue 91

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

Shades of Pharlap #87625B

Tints of Pharlap #87625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 41.67%
G = 30.25%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87625B (or 0x87625B) is known color: Pharlap. HEX triplet: 87, 62 and 5B. RGB value is (135,98,91). Sum of RGB (Red+Green+Blue) = 135+98+91=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87625B is #789DA4. Grayscale: #6C6C6C. Windows color (decimal): -7904677 or 5988999. OLE color: 5988999.

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

Color convert

RGB 135 98 91 -
CMYK 0 0.27 0.33 0.47
HSL 9.55º 0.19% 0.44% -
HSV(B) 9.55º 0.33% 0.53% -
XYZ 16.25 14.64 11.87 -
YUV 108.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 135 98 91 0 0.27 0.33 0.47 9.55 0.19 0.44
Hex 87 62 5B 0 1B 21 2F A 13 2C
Octal 207 142 133 0 33 41 57 12 23 54
Binary 10000111 1100010 1011011 0 11011 100001 101111 1010 10011 101100

Color Harmonies of #87625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87625B

Black with #87625B

Text Example


Text Example

White with #87625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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