Html Css Color HEX #837675 Bazaar

📋 copy color: '#837675'

red 131 ◦ green 118 ◦ blue 117

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

Shades of Bazaar #837675

Tints of Bazaar #837675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 35.79%
G = 32.24%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837675 (or 0x837675) is known color: Bazaar. HEX triplet: 83, 76 and 75. RGB value is (131,118,117). Sum of RGB (Red+Green+Blue) = 131+118+117=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #837675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837675 is #7C898A. Grayscale: #797979. Windows color (decimal): -8161675 or 7698051. OLE color: 7698051.

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

Color convert

RGB 131 118 117 -
CMYK 0 0.10 0.11 0.49
HSL 4.29º 0.06% 0.49% -
HSV(B) 4.29º 0.11% 0.51% -
XYZ 19.05 19.07 19.51 -
YUV 121.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 131 118 117 0 0.10 0.11 0.49 4.29 0.06 0.49
Hex 83 76 75 0 A B 31 4 6 31
Octal 203 166 165 0 12 13 61 4 6 61
Binary 10000011 1110110 1110101 0 1010 1011 110001 100 110 110001

Color Harmonies of #837675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837675

Black with #837675

Text Example


Text Example

White with #837675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837675; }

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

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

background-color css

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

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

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

border-color css

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

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

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