Html Css Color HEX #887976 Bazaar

📋 copy color: '#887976'

red 136 ◦ green 121 ◦ blue 118

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

Shades of Bazaar #887976

Tints of Bazaar #887976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 36.27%
G = 32.27%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#887976 (or 0x887976) is known color: Bazaar. HEX triplet: 88, 79 and 76. RGB value is (136,121,118). Sum of RGB (Red+Green+Blue) = 136+121+118=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887976 is #778689. Grayscale: #7D7D7D. Windows color (decimal): -7833226 or 7764360. OLE color: 7764360.

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

Color convert

RGB 136 121 118 -
CMYK 0 0.11 0.13 0.47
HSL 10º 0.07% 0.5% -
HSV(B) 10º 0.13% 0.53% -
XYZ 20.26 20.22 19.97 -
YUV 125.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 136 121 118 0 0.11 0.13 0.47 10 0.07 0.5
Hex 88 79 76 0 B D 2F A 7 32
Octal 210 171 166 0 13 15 57 12 7 62
Binary 10001000 1111001 1110110 0 1011 1101 101111 1010 111 110010

Color Harmonies of #887976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887976

Black with #887976

Text Example


Text Example

White with #887976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887976; }

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

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

background-color css

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

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

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

border-color css

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

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

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