#888185

Color #888185 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #888185

Tints of Taupe Grey #888185

Color information

#888185 (or 0x888185) is unknown color: approx 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

RGB136129133-
CMYK00.050.020.47
HSL325.71º2.86%51.96%-
HSV(B)325.71º5.15%53.33%-
XYZ22.2422.6325.39-
YUV131.55128.82131.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612913300.050.020.47325.712.8651.96
Hex8881850522F146334
Octal21020120505257506364
Binary10001000100000011000010101011010111110100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>