Html Css Color HEX #875C69 Mauve Taupe

📋 copy color: '#875C69'

red 135 ◦ green 92 ◦ blue 105

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

Shades of Mauve Taupe #875C69

Tints of Mauve Taupe #875C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 40.66%
G = 27.71%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#875C69 (or 0x875C69) is known color: Mauve Taupe. HEX triplet: 87, 5C and 69. RGB value is (135,92,105). Sum of RGB (Red+Green+Blue) = 135+92+105=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #875C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C69 is #78A396. Grayscale: #6A6A6A. Windows color (decimal): -7906199 or 6904967. OLE color: 6904967.

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

Color convert

RGB 135 92 105 -
CMYK 0 0.32 0.22 0.47
HSL 341.86º 0.19% 0.45% -
HSV(B) 341.86º 0.32% 0.53% -
XYZ 16.37 13.83 15.17 -
YUV 106.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 135 92 105 0 0.32 0.22 0.47 341.86 0.19 0.45
Hex 87 5C 69 0 20 16 2F 156 13 2D
Octal 207 134 151 0 40 26 57 526 23 55
Binary 10000111 1011100 1101001 0 100000 10110 101111 101010110 10011 101101

Color Harmonies of #875C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C69

Black with #875C69

Text Example


Text Example

White with #875C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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