Html Css Color HEX #887683 Taupe Grey

📋 copy color: '#887683'

red 136 ◦ green 118 ◦ blue 131

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

Shades of Taupe Grey #887683

Tints of Taupe Grey #887683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 35.32%
G = 30.65%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#887683 (or 0x887683) is known color: Taupe Grey. HEX triplet: 88, 76 and 83. RGB value is (136,118,131). Sum of RGB (Red+Green+Blue) = 136+118+131=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887683 is #77897C. Grayscale: #7C7C7C. Windows color (decimal): -7833981 or 8615560. OLE color: 8615560.

HSL color Cylindrical-coordinate representation of color #887683: hue angle of 316.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #887683 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 118 131 -
CMYK 0 0.13 0.04 0.47
HSL 316.67º 0.07% 0.5% -
HSV(B) 316.67º 0.13% 0.53% -
XYZ 20.73 19.83 24.21 -
YUV 124.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 136 118 131 0 0.13 0.04 0.47 316.67 0.07 0.5
Hex 88 76 83 0 D 4 2F 13D 7 32
Octal 210 166 203 0 15 4 57 475 7 62
Binary 10001000 1110110 10000011 0 1101 100 101111 100111101 111 110010

Color Harmonies of #887683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887683

Black with #887683

Text Example


Text Example

White with #887683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887683; }

 p { color: rgb(136,118,131); }

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

background-color css

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

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

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

border-color css

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

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

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