Html Css Color HEX #857981 Taupe Grey

📋 copy color: '#857981'

red 133 ◦ green 121 ◦ blue 129

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

Shades of Taupe Grey #857981

Tints of Taupe Grey #857981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 34.73%
G = 31.59%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#857981 (or 0x857981) is known color: Taupe Grey. HEX triplet: 85, 79 and 81. RGB value is (133,121,129). Sum of RGB (Red+Green+Blue) = 133+121+129=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857981 is #7A867E. Grayscale: #7D7D7D. Windows color (decimal): -8029823 or 8485253. OLE color: 8485253.

HSL color Cylindrical-coordinate representation of color #857981: hue angle of 320º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857981 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 129 -
CMYK 0 0.09 0.03 0.48
HSL 320º 0.05% 0.5% -
HSV(B) 320º 0.09% 0.52% -
XYZ 20.47 20.25 23.6 -
YUV 125.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 133 121 129 0 0.09 0.03 0.48 320 0.05 0.5
Hex 85 79 81 0 9 3 30 140 5 32
Octal 205 171 201 0 11 3 60 500 5 62
Binary 10000101 1111001 10000001 0 1001 11 110000 101000000 101 110010

Color Harmonies of #857981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857981

Black with #857981

Text Example


Text Example

White with #857981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857981; }

 p { color: rgb(133,121,129); }

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

background-color css

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

 a { background-color: rgb(133,121,129); }

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

border-color css

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

 span { border-color: rgb(133,121,129); }

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