Html Css Color HEX #875B5A Rose Taupe

📋 copy color: '#875B5A'

red 135 ◦ green 91 ◦ blue 90

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

Shades of Rose Taupe #875B5A

Tints of Rose Taupe #875B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 42.72%
G = 28.8%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#875B5A (or 0x875B5A) is known color: Rose Taupe. HEX triplet: 87, 5B and 5A. RGB value is (135,91,90). Sum of RGB (Red+Green+Blue) = 135+91+90=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B5A is #78A4A5. Grayscale: #686868. Windows color (decimal): -7906470 or 5921671. OLE color: 5921671.

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

Color convert

RGB 135 91 90 -
CMYK 0 0.33 0.33 0.47
HSL 1.33º 0.2% 0.44% -
HSV(B) 1.33º 0.33% 0.53% -
XYZ 15.58 13.37 11.43 -
YUV 104.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 135 91 90 0 0.33 0.33 0.47 1.33 0.2 0.44
Hex 87 5B 5A 0 21 21 2F 1 14 2C
Octal 207 133 132 0 41 41 57 1 24 54
Binary 10000111 1011011 1011010 0 100001 100001 101111 1 10100 101100

Color Harmonies of #875B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B5A

Black with #875B5A

Text Example


Text Example

White with #875B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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