#875A5A

Color #875A5A Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #875A5A

Tints of Rose Taupe #875A5A

Color information

#875A5A (or 0x875A5A) is unknown color: approx Rose Taupe. HEX triplet: 87, 5A and 5A. RGB value is (135,90,90). Sum of RGB (Red+Green+Blue) = 135+90+90=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A5A is #78A5A5. Grayscale: #676767. Windows color (decimal): -7906726 or 5921415. OLE color: 5921415.

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

Color convert

RGB1359090-
CMYK00.330.330.47
HSL20%44.12%-
HSV(B)33.33%52.94%-
XYZ15.4913.211.4-
YUV103.46120.41150.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135909000.330.330.4702044.12
Hex875A5A021212F0142c
Octal207132132041415702454
Binary10000111101101010110100100001100001101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,90); }

 H1.HeaderClassName
 {
   color: #875A5A;
 }
 .AnyTagClassName
 {
   color: #875A5A;
 }
</style>
background-color css

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

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

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

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

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

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