Html Css Color HEX #875E57 Pharlap

📋 copy color: '#875E57'

red 135 ◦ green 94 ◦ blue 87

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

Shades of Pharlap #875E57

Tints of Pharlap #875E57

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 42.72%
G = 29.75%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#875E57 (or 0x875E57) is known color: Pharlap. HEX triplet: 87, 5E and 57. RGB value is (135,94,87). Sum of RGB (Red+Green+Blue) = 135+94+87=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E57 is #78A1A8. Grayscale: #696969. Windows color (decimal): -7905705 or 5725831. OLE color: 5725831.

HSL color Cylindrical-coordinate representation of color #875E57: hue angle of 8.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875E57 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 94 87 -
CMYK 0 0.30 0.36 0.47
HSL 8.75º 0.22% 0.44% -
HSV(B) 8.75º 0.36% 0.53% -
XYZ 15.71 13.84 10.86 -
YUV 105.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 135 94 87 0 0.30 0.36 0.47 8.75 0.22 0.44
Hex 87 5E 57 0 1E 24 2F 9 16 2C
Octal 207 136 127 0 36 44 57 11 26 54
Binary 10000111 1011110 1010111 0 11110 100100 101111 1001 10110 101100

Color Harmonies of #875E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E57

Black with #875E57

Text Example


Text Example

White with #875E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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