Html Css Color HEX #888185 Taupe Grey

📋 copy color: '#888185'

red 136 ◦ green 129 ◦ blue 133

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

Shades of Taupe Grey #888185

Tints of Taupe Grey #888185

RGB

 RED value IS 136 (53.52% from 255) = 34.17%

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 34.17%
G = 32.41%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#888185 (or 0x888185) is known color: Taupe Grey. HEX triplet: 88, 81 and 85. RGB value is (136,129,133). Sum of RGB (Red+Green+Blue) = 136+129+133=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 136 - color contains mainly: red. Hex color #888185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888185 is #777E7A. Grayscale: #838383. Windows color (decimal): -7831163 or 8749448. OLE color: 8749448.

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

Color convert

RGB 136 129 133 -
CMYK 0 0.05 0.02 0.47
HSL 325.71º 0.03% 0.52% -
HSV(B) 325.71º 0.05% 0.53% -
XYZ 22.24 22.63 25.39 -
YUV 131.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 136 129 133 0 0.05 0.02 0.47 325.71 0.03 0.52
Hex 88 81 85 0 5 2 2F 146 3 34
Octal 210 201 205 0 5 2 57 506 3 64
Binary 10001000 10000001 10000101 0 101 10 101111 101000110 11 110100

Color Harmonies of #888185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888185

Black with #888185

Text Example


Text Example

White with #888185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888185; }

 p { color: rgb(136,129,133); }

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

background-color css

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

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

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

border-color css

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

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

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