Html Css Color HEX #858083 Taupe Grey

📋 copy color: '#858083'

red 133 ◦ green 128 ◦ blue 131

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

Shades of Taupe Grey #858083

Tints of Taupe Grey #858083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 33.93%
G = 32.65%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#858083 (or 0x858083) is known color: Taupe Grey. HEX triplet: 85, 80 and 83. RGB value is (133,128,131). Sum of RGB (Red+Green+Blue) = 133+128+131=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 133 - color contains mainly: red. Hex color #858083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858083 is #7A7F7C. Grayscale: #818181. Windows color (decimal): -8028029 or 8618117. OLE color: 8618117.

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

Color convert

RGB 133 128 131 -
CMYK 0 0.04 0.02 0.48
HSL 324º 0.02% 0.51% -
HSV(B) 324º 0.04% 0.52% -
XYZ 21.49 22.06 24.6 -
YUV 129.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 133 128 131 0 0.04 0.02 0.48 324 0.02 0.51
Hex 85 80 83 0 4 2 30 144 2 33
Octal 205 200 203 0 4 2 60 504 2 63
Binary 10000101 10000000 10000011 0 100 10 110000 101000100 10 110011

Color Harmonies of #858083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858083

Black with #858083

Text Example


Text Example

White with #858083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858083; }

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

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

background-color css

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

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

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

border-color css

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

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

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