Html Css Color HEX #837876 Bazaar

📋 copy color: '#837876'

red 131 ◦ green 120 ◦ blue 118

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

Shades of Bazaar #837876

Tints of Bazaar #837876

RGB

 RED value IS 131 (51.56% from 255) = 35.5%

 GREEN value IS 120 (47.27% from 255) = 32.52%

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

R = 35.5%
G = 32.52%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#837876 (or 0x837876) is known color: Bazaar. HEX triplet: 83, 78 and 76. RGB value is (131,120,118). Sum of RGB (Red+Green+Blue) = 131+120+118=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #837876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837876 is #7C8789. Grayscale: #7B7B7B. Windows color (decimal): -8161162 or 7764099. OLE color: 7764099.

HSL color Cylindrical-coordinate representation of color #837876: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837876 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 120 118 -
CMYK 0 0.08 0.10 0.49
HSL 9.23º 0.05% 0.49% -
HSV(B) 9.23º 0.1% 0.51% -
XYZ 19.35 19.57 19.9 -
YUV 123.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 131 120 118 0 0.08 0.10 0.49 9.23 0.05 0.49
Hex 83 78 76 0 8 A 31 9 5 31
Octal 203 170 166 0 10 12 61 11 5 61
Binary 10000011 1111000 1110110 0 1000 1010 110001 1001 101 110001

Color Harmonies of #837876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837876

Black with #837876

Text Example


Text Example

White with #837876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837876; }

 p { color: rgb(131,120,118); }

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

background-color css

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

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

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

border-color css

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

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

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