Html Css Color HEX #857C83 Taupe Grey

📋 copy color: '#857C83'

red 133 ◦ green 124 ◦ blue 131

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

Shades of Taupe Grey #857C83

Tints of Taupe Grey #857C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 34.28%
G = 31.96%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857C83 (or 0x857C83) is known color: Taupe Grey. HEX triplet: 85, 7C and 83. RGB value is (133,124,131). Sum of RGB (Red+Green+Blue) = 133+124+131=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #857C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C83 is #7A837C. Grayscale: #7F7F7F. Windows color (decimal): -8029053 or 8617093. OLE color: 8617093.

HSL color Cylindrical-coordinate representation of color #857C83: hue angle of 313.33º 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 #857C83 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 131 -
CMYK 0 0.07 0.02 0.48
HSL 313.33º 0.04% 0.5% -
HSV(B) 313.33º 0.07% 0.52% -
XYZ 20.98 21.04 24.43 -
YUV 127.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 133 124 131 0 0.07 0.02 0.48 313.33 0.04 0.5
Hex 85 7C 83 0 7 2 30 139 4 32
Octal 205 174 203 0 7 2 60 471 4 62
Binary 10000101 1111100 10000011 0 111 10 110000 100111001 100 110010

Color Harmonies of #857C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C83

Black with #857C83

Text Example


Text Example

White with #857C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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