Html Css Color HEX #875C70 Mauve Taupe

📋 copy color: '#875C70'

red 135 ◦ green 92 ◦ blue 112

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

Shades of Mauve Taupe #875C70

Tints of Mauve Taupe #875C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 39.82%
G = 27.14%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#875C70 (or 0x875C70) is known color: Mauve Taupe. HEX triplet: 87, 5C and 70. RGB value is (135,92,112). Sum of RGB (Red+Green+Blue) = 135+92+112=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #875C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C70 is #78A38F. Grayscale: #6B6B6B. Windows color (decimal): -7906192 or 7363719. OLE color: 7363719.

HSL color Cylindrical-coordinate representation of color #875C70: hue angle of 332.09º 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 #875C70 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 112 -
CMYK 0 0.32 0.17 0.47
HSL 332.09º 0.19% 0.45% -
HSV(B) 332.09º 0.32% 0.53% -
XYZ 16.74 13.98 17.14 -
YUV 107.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 135 92 112 0 0.32 0.17 0.47 332.09 0.19 0.45
Hex 87 5C 70 0 20 11 2F 14C 13 2D
Octal 207 134 160 0 40 21 57 514 23 55
Binary 10000111 1011100 1110000 0 100000 10001 101111 101001100 10011 101101

Color Harmonies of #875C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C70

Black with #875C70

Text Example


Text Example

White with #875C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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