Html Css Color HEX #87675F Pharlap

📋 copy color: '#87675F'

red 135 ◦ green 103 ◦ blue 95

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

Shades of Pharlap #87675F

Tints of Pharlap #87675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 40.54%
G = 30.93%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87675F (or 0x87675F) is known color: Pharlap. HEX triplet: 87, 67 and 5F. RGB value is (135,103,95). Sum of RGB (Red+Green+Blue) = 135+103+95=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #87675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87675F is #7898A0. Grayscale: #6F6F6F. Windows color (decimal): -7903393 or 6252423. OLE color: 6252423.

HSL color Cylindrical-coordinate representation of color #87675F: hue angle of 12º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87675F is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 103 95 -
CMYK 0 0.24 0.30 0.47
HSL 12º 0.17% 0.45% -
HSV(B) 12º 0.3% 0.53% -
XYZ 16.91 15.68 12.96 -
YUV 111.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 135 103 95 0 0.24 0.30 0.47 12 0.17 0.45
Hex 87 67 5F 0 18 1E 2F C 11 2D
Octal 207 147 137 0 30 36 57 14 21 55
Binary 10000111 1100111 1011111 0 11000 11110 101111 1100 10001 101101

Color Harmonies of #87675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87675F

Black with #87675F

Text Example


Text Example

White with #87675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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