Html Css Color HEX #887682 Taupe Grey

📋 copy color: '#887682'

red 136 ◦ green 118 ◦ blue 130

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

Shades of Taupe Grey #887682

Tints of Taupe Grey #887682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 35.42%
G = 30.73%
B = 33.85%

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

#887682 (or 0x887682) is known color: Taupe Grey. HEX triplet: 88, 76 and 82. RGB value is (136,118,130). Sum of RGB (Red+Green+Blue) = 136+118+130=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #887682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887682 is #77897D. Grayscale: #7C7C7C. Windows color (decimal): -7833982 or 8550024. OLE color: 8550024.

HSL color Cylindrical-coordinate representation of color #887682: hue angle of 320º 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 #887682 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 118 130 -
CMYK 0 0.13 0.04 0.47
HSL 320º 0.07% 0.5% -
HSV(B) 320º 0.13% 0.53% -
XYZ 20.66 19.8 23.85 -
YUV 124.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 136 118 130 0 0.13 0.04 0.47 320 0.07 0.5
Hex 88 76 82 0 D 4 2F 140 7 32
Octal 210 166 202 0 15 4 57 500 7 62
Binary 10001000 1110110 10000010 0 1101 100 101111 101000000 111 110010

Color Harmonies of #887682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887682

Black with #887682

Text Example


Text Example

White with #887682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887682; }

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

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

background-color css

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

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

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

border-color css

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

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

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