Html Css Color HEX #887983 Taupe Grey

📋 copy color: '#887983'

red 136 ◦ green 121 ◦ blue 131

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

Shades of Taupe Grey #887983

Tints of Taupe Grey #887983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

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

R = 35.05%
G = 31.19%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#887983 (or 0x887983) is known color: Taupe Grey. HEX triplet: 88, 79 and 83. RGB value is (136,121,131). Sum of RGB (Red+Green+Blue) = 136+121+131=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887983 is #77867C. Grayscale: #7E7E7E. Windows color (decimal): -7833213 or 8616328. OLE color: 8616328.

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

Color convert

RGB 136 121 131 -
CMYK 0 0.11 0.04 0.47
HSL 320º 0.06% 0.5% -
HSV(B) 320º 0.11% 0.53% -
XYZ 21.09 20.55 24.33 -
YUV 126.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 136 121 131 0 0.11 0.04 0.47 320 0.06 0.5
Hex 88 79 83 0 B 4 2F 140 6 32
Octal 210 171 203 0 13 4 57 500 6 62
Binary 10001000 1111001 10000011 0 1011 100 101111 101000000 110 110010

Color Harmonies of #887983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887983

Black with #887983

Text Example


Text Example

White with #887983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887983; }

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

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

background-color css

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

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

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

border-color css

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

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

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