Html Css Color HEX #857E84 Taupe Grey

📋 copy color: '#857E84'

red 133 ◦ green 126 ◦ blue 132

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

Shades of Taupe Grey #857E84

Tints of Taupe Grey #857E84

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 34.02%
G = 32.23%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#857E84 (or 0x857E84) is known color: Taupe Grey. HEX triplet: 85, 7E and 84. RGB value is (133,126,132). Sum of RGB (Red+Green+Blue) = 133+126+132=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 133 - color contains mainly: red. Hex color #857E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E84 is #7A817B. Grayscale: #808080. Windows color (decimal): -8028540 or 8683141. OLE color: 8683141.

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

Color convert

RGB 133 126 132 -
CMYK 0 0.05 0.01 0.48
HSL 308.57º 0.03% 0.51% -
HSV(B) 308.57º 0.05% 0.52% -
XYZ 21.3 21.57 24.87 -
YUV 128.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 133 126 132 0 0.05 0.01 0.48 308.57 0.03 0.51
Hex 85 7E 84 0 5 1 30 135 3 33
Octal 205 176 204 0 5 1 60 465 3 63
Binary 10000101 1111110 10000100 0 101 1 110000 100110101 11 110011

Color Harmonies of #857E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E84

Black with #857E84

Text Example


Text Example

White with #857E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,132); }

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

background-color css

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

 a { background-color: rgb(133,126,132); }

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

border-color css

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

 span { border-color: rgb(133,126,132); }

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