Html Css Color HEX #857C81 Taupe Grey

📋 copy color: '#857C81'

red 133 ◦ green 124 ◦ blue 129

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

Shades of Taupe Grey #857C81

Tints of Taupe Grey #857C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 34.46%
G = 32.12%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#857C81 (or 0x857C81) is known color: Taupe Grey. HEX triplet: 85, 7C and 81. RGB value is (133,124,129). Sum of RGB (Red+Green+Blue) = 133+124+129=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #857C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C81 is #7A837E. Grayscale: #7F7F7F. Windows color (decimal): -8029055 or 8486021. OLE color: 8486021.

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

Color convert

RGB 133 124 129 -
CMYK 0 0.07 0.03 0.48
HSL 326.67º 0.04% 0.5% -
HSV(B) 326.67º 0.07% 0.52% -
XYZ 20.84 20.99 23.72 -
YUV 127.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 133 124 129 0 0.07 0.03 0.48 326.67 0.04 0.5
Hex 85 7C 81 0 7 3 30 147 4 32
Octal 205 174 201 0 7 3 60 507 4 62
Binary 10000101 1111100 10000001 0 111 11 110000 101000111 100 110010

Color Harmonies of #857C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C81

Black with #857C81

Text Example


Text Example

White with #857C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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