Html Css Color HEX #847676 Bazaar

📋 copy color: '#847676'

red 132 ◦ green 118 ◦ blue 118

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

Shades of Bazaar #847676

Tints of Bazaar #847676

RGB

 RED value IS 132 (51.95% from 255) = 35.87%

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

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

R = 35.87%
G = 32.07%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#847676 (or 0x847676) is known color: Bazaar. HEX triplet: 84, 76 and 76. RGB value is (132,118,118). Sum of RGB (Red+Green+Blue) = 132+118+118=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #847676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847676 is #7B8989. Grayscale: #7A7A7A. Windows color (decimal): -8096138 or 7763588. OLE color: 7763588.

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

Color convert

RGB 132 118 118 -
CMYK 0 0.11 0.11 0.48
HSL 0.06% 0.49% -
HSV(B) 0.11% 0.52% -
XYZ 19.26 19.17 19.82 -
YUV 122.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 132 118 118 0 0.11 0.11 0.48 0 0.06 0.49
Hex 84 76 76 0 B B 30 0 6 31
Octal 204 166 166 0 13 13 60 0 6 61
Binary 10000100 1110110 1110110 0 1011 1011 110000 0 110 110001

Color Harmonies of #847676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847676

Black with #847676

Text Example


Text Example

White with #847676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847676; }

 p { color: rgb(132,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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