Html Css Color HEX #875957 Rose Taupe

📋 copy color: '#875957'

red 135 ◦ green 89 ◦ blue 87

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

Shades of Rose Taupe #875957

Tints of Rose Taupe #875957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 43.41%
G = 28.62%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#875957 (or 0x875957) is known color: Rose Taupe. HEX triplet: 87, 59 and 57. RGB value is (135,89,87). Sum of RGB (Red+Green+Blue) = 135+89+87=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #875957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875957 is #78A6A8. Grayscale: #666666. Windows color (decimal): -7906985 or 5724551. OLE color: 5724551.

HSL color Cylindrical-coordinate representation of color #875957: hue angle of 2.5º 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 #875957 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 87 -
CMYK 0 0.34 0.36 0.47
HSL 2.5º 0.22% 0.44% -
HSV(B) 2.5º 0.36% 0.53% -
XYZ 15.28 12.98 10.72 -
YUV 102.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 135 89 87 0 0.34 0.36 0.47 2.5 0.22 0.44
Hex 87 59 57 0 22 24 2F 2 16 2C
Octal 207 131 127 0 42 44 57 2 26 54
Binary 10000111 1011001 1010111 0 100010 100100 101111 10 10110 101100

Color Harmonies of #875957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875957

Black with #875957

Text Example


Text Example

White with #875957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875957; }

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

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

background-color css

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

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

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

border-color css

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

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

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