Html Css Color HEX #875C68 Mauve Taupe

📋 copy color: '#875C68'

red 135 ◦ green 92 ◦ blue 104

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

Shades of Mauve Taupe #875C68

Tints of Mauve Taupe #875C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 40.79%
G = 27.79%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#875C68 (or 0x875C68) is known color: Mauve Taupe. HEX triplet: 87, 5C and 68. RGB value is (135,92,104). Sum of RGB (Red+Green+Blue) = 135+92+104=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #875C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C68 is #78A397. Grayscale: #6A6A6A. Windows color (decimal): -7906200 or 6839431. OLE color: 6839431.

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

Color convert

RGB 135 92 104 -
CMYK 0 0.32 0.23 0.47
HSL 343.26º 0.19% 0.45% -
HSV(B) 343.26º 0.32% 0.53% -
XYZ 16.32 13.8 14.9 -
YUV 106.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 135 92 104 0 0.32 0.23 0.47 343.26 0.19 0.45
Hex 87 5C 68 0 20 17 2F 157 13 2D
Octal 207 134 150 0 40 27 57 527 23 55
Binary 10000111 1011100 1101000 0 100000 10111 101111 101010111 10011 101101

Color Harmonies of #875C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C68

Black with #875C68

Text Example


Text Example

White with #875C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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