Html Css Color HEX #858385 Taupe Grey

📋 copy color: '#858385'

red 133 ◦ green 131 ◦ blue 133

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

Shades of Taupe Grey #858385

Tints of Taupe Grey #858385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 33.5%
G = 33%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#858385 (or 0x858385) is known color: Taupe Grey. HEX triplet: 85, 83 and 85. RGB value is (133,131,133). Sum of RGB (Red+Green+Blue) = 133+131+133=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #858385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858385 is #7A7C7A. Grayscale: #838383. Windows color (decimal): -8027259 or 8749957. OLE color: 8749957.

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

Color convert

RGB 133 131 133 -
CMYK 0 0.02 0 0.48
HSL 300º 0.01% 0.52% -
HSV(B) 300º 0.02% 0.52% -
XYZ 22.02 22.91 25.45 -
YUV 131.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 133 131 133 0 0.02 0 0.48 300 0.01 0.52
Hex 85 83 85 0 2 0 30 12C 1 34
Octal 205 203 205 0 2 0 60 454 1 64
Binary 10000101 10000011 10000101 0 10 0 110000 100101100 1 110100

Color Harmonies of #858385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858385

Black with #858385

Text Example


Text Example

White with #858385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858385; }

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

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

background-color css

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

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

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

border-color css

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

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

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