Html Css Color HEX #875756 Rose Taupe

📋 copy color: '#875756'

red 135 ◦ green 87 ◦ blue 86

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

Shades of Rose Taupe #875756

Tints of Rose Taupe #875756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 43.83%
G = 28.25%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#875756 (or 0x875756) is known color: Rose Taupe. HEX triplet: 87, 57 and 56. RGB value is (135,87,86). Sum of RGB (Red+Green+Blue) = 135+87+86=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875756 is #78A8A9. Grayscale: #656565. Windows color (decimal): -7907498 or 5658503. OLE color: 5658503.

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

Color convert

RGB 135 87 86 -
CMYK 0 0.36 0.36 0.47
HSL 1.22º 0.22% 0.43% -
HSV(B) 1.22º 0.36% 0.53% -
XYZ 15.08 12.64 10.45 -
YUV 101.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 135 87 86 0 0.36 0.36 0.47 1.22 0.22 0.43
Hex 87 57 56 0 24 24 2F 1 16 2B
Octal 207 127 126 0 44 44 57 1 26 53
Binary 10000111 1010111 1010110 0 100100 100100 101111 1 10110 101011

Color Harmonies of #875756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875756

Black with #875756

Text Example


Text Example

White with #875756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875756; }

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

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

background-color css

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

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

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

border-color css

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

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

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