Html Css Color HEX #857D82 Taupe Grey

📋 copy color: '#857D82'

red 133 ◦ green 125 ◦ blue 130

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

Shades of Taupe Grey #857D82

Tints of Taupe Grey #857D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 34.28%
G = 32.22%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857D82 (or 0x857D82) is known color: Taupe Grey. HEX triplet: 85, 7D and 82. RGB value is (133,125,130). Sum of RGB (Red+Green+Blue) = 133+125+130=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #857D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D82 is #7A827D. Grayscale: #7F7F7F. Windows color (decimal): -8028798 or 8551813. OLE color: 8551813.

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

Color convert

RGB 133 125 130 -
CMYK 0 0.06 0.02 0.48
HSL 322.5º 0.03% 0.51% -
HSV(B) 322.5º 0.06% 0.52% -
XYZ 21.04 21.27 24.12 -
YUV 127.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 133 125 130 0 0.06 0.02 0.48 322.5 0.03 0.51
Hex 85 7D 82 0 6 2 30 142 3 33
Octal 205 175 202 0 6 2 60 502 3 63
Binary 10000101 1111101 10000010 0 110 10 110000 101000010 11 110011

Color Harmonies of #857D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D82

Black with #857D82

Text Example


Text Example

White with #857D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,125,130); }

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

background-color css

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

 a { background-color: rgb(133,125,130); }

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

border-color css

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

 span { border-color: rgb(133,125,130); }

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