Html Css Color HEX #887674 Bazaar

📋 copy color: '#887674'

red 136 ◦ green 118 ◦ blue 116

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

Shades of Bazaar #887674

Tints of Bazaar #887674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 36.76%
G = 31.89%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#887674 (or 0x887674) is known color: Bazaar. HEX triplet: 88, 76 and 74. RGB value is (136,118,116). Sum of RGB (Red+Green+Blue) = 136+118+116=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #887674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887674 is #77898B. Grayscale: #7B7B7B. Windows color (decimal): -7833996 or 7632520. OLE color: 7632520.

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

Color convert

RGB 136 118 116 -
CMYK 0 0.13 0.15 0.47
HSL 0.08% 0.49% -
HSV(B) 0.15% 0.53% -
XYZ 19.78 19.45 19.23 -
YUV 123.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 136 118 116 0 0.13 0.15 0.47 6 0.08 0.49
Hex 88 76 74 0 D F 2F 6 8 31
Octal 210 166 164 0 15 17 57 6 10 61
Binary 10001000 1110110 1110100 0 1101 1111 101111 110 1000 110001

Color Harmonies of #887674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887674

Black with #887674

Text Example


Text Example

White with #887674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887674; }

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

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

background-color css

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

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

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

border-color css

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

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

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