Html Css Color HEX #856974 Mauve Taupe

📋 copy color: '#856974'

red 133 ◦ green 105 ◦ blue 116

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

Shades of Mauve Taupe #856974

Tints of Mauve Taupe #856974

RGB

 RED value IS 133 (52.34% from 255) = 37.57%

 GREEN value IS 105 (41.41% from 255) = 29.66%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 37.57%
G = 29.66%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#856974 (or 0x856974) is known color: Mauve Taupe. HEX triplet: 85, 69 and 74. RGB value is (133,105,116). Sum of RGB (Red+Green+Blue) = 133+105+116=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856974 is #7A968B. Grayscale: #727272. Windows color (decimal): -8033932 or 7629189. OLE color: 7629189.

HSL color Cylindrical-coordinate representation of color #856974: hue angle of 336.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856974 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 116 -
CMYK 0 0.21 0.13 0.48
HSL 336.43º 0.12% 0.47% -
HSV(B) 336.43º 0.21% 0.52% -
XYZ 17.88 16.35 18.74 -
YUV 114.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 133 105 116 0 0.21 0.13 0.48 336.43 0.12 0.47
Hex 85 69 74 0 15 D 30 150 C 2F
Octal 205 151 164 0 25 15 60 520 14 57
Binary 10000101 1101001 1110100 0 10101 1101 110000 101010000 1100 101111

Color Harmonies of #856974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856974

Black with #856974

Text Example


Text Example

White with #856974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856974; }

 p { color: rgb(133,105,116); }

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

background-color css

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

 a { background-color: rgb(133,105,116); }

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

border-color css

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

 span { border-color: rgb(133,105,116); }

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