#837775

Color #837775 Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #837775

Tints of Bazaar #837775

Color information

#837775 (or 0x837775) is unknown color: approx Bazaar. HEX triplet: 83, 77 and 75. RGB value is (131,119,117). Sum of RGB (Red+Green+Blue) = 131+119+117=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #837775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837775 is #7C888A. Grayscale: #7A7A7A. Windows color (decimal): -8161419 or 7698307. OLE color: 7698307.

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

Color convert

RGB131119117-
CMYK00.090.110.49
HSL8.57º5.65%48.63%-
HSV(B)8.57º10.69%51.37%-
XYZ19.1719.319.55-
YUV122.36124.98134.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=35.69%
G=32.43%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111911700.090.110.498.575.6548.63
Hex83777509B319631
Octal203167165011136111661
Binary10000011111011111101010100110111100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837775; }

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

 H1.HeaderClassName
 {
   color: #837775;
 }
 .AnyTagClassName
 {
   color: #837775;
 }
</style>
background-color css

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

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

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

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

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

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