Html Css Color HEX #87605C Pharlap

📋 copy color: '#87605C'

red 135 ◦ green 96 ◦ blue 92

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

Shades of Pharlap #87605C

Tints of Pharlap #87605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 41.8%
G = 29.72%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87605C (or 0x87605C) is known color: Pharlap. HEX triplet: 87, 60 and 5C. RGB value is (135,96,92). Sum of RGB (Red+Green+Blue) = 135+96+92=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87605C is #789FA3. Grayscale: #6B6B6B. Windows color (decimal): -7905188 or 6054023. OLE color: 6054023.

HSL color Cylindrical-coordinate representation of color #87605C: hue angle of 5.58º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87605C is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 96 92 -
CMYK 0 0.29 0.32 0.47
HSL 5.58º 0.19% 0.45% -
HSV(B) 5.58º 0.32% 0.53% -
XYZ 16.11 14.29 12.03 -
YUV 107.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 135 96 92 0 0.29 0.32 0.47 5.58 0.19 0.45
Hex 87 60 5C 0 1D 20 2F 6 13 2D
Octal 207 140 134 0 35 40 57 6 23 55
Binary 10000111 1100000 1011100 0 11101 100000 101111 110 10011 101101

Color Harmonies of #87605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87605C

Black with #87605C

Text Example


Text Example

White with #87605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87605C; }

 p { color: rgb(135,96,92); }

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

background-color css

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

 a { background-color: rgb(135,96,92); }

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

border-color css

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

 span { border-color: rgb(135,96,92); }

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