Html Css Color HEX #87665E Pharlap

📋 copy color: '#87665E'

red 135 ◦ green 102 ◦ blue 94

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

Shades of Pharlap #87665E

Tints of Pharlap #87665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 40.79%
G = 30.82%
B = 28.4%

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

#87665E (or 0x87665E) is known color: Pharlap. HEX triplet: 87, 66 and 5E. RGB value is (135,102,94). Sum of RGB (Red+Green+Blue) = 135+102+94=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #87665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87665E is #7899A1. Grayscale: #6F6F6F. Windows color (decimal): -7903650 or 6186631. OLE color: 6186631.

HSL color Cylindrical-coordinate representation of color #87665E: hue angle of 11.71º degrees, saturation: 0.18, 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 #87665E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 94 -
CMYK 0 0.24 0.30 0.47
HSL 11.71º 0.18% 0.45% -
HSV(B) 11.71º 0.3% 0.53% -
XYZ 16.76 15.46 12.69 -
YUV 110.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 135 102 94 0 0.24 0.30 0.47 11.71 0.18 0.45
Hex 87 66 5E 0 18 1E 2F C 12 2D
Octal 207 146 136 0 30 36 57 14 22 55
Binary 10000111 1100110 1011110 0 11000 11110 101111 1100 10010 101101

Color Harmonies of #87665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87665E

Black with #87665E

Text Example


Text Example

White with #87665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87665E; }

 p { color: rgb(135,102,94); }

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

background-color css

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

 a { background-color: rgb(135,102,94); }

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

border-color css

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

 span { border-color: rgb(135,102,94); }

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