#967876

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

Shades of Bazaar #967876

Tints of Bazaar #967876

Color information

#967876 (or 0x967876) is unknown color: approx Bazaar. HEX triplet: 96, 78 and 76. RGB value is (150,120,118). Sum of RGB (Red+Green+Blue) = 150+120+118=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967876 is #698789. Grayscale: #808080. Windows color (decimal): -6915978 or 7764118. OLE color: 7764118.

HSL color Cylindrical-coordinate representation of color #967876: hue angle of 3.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967876 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150120118-
CMYK00.200.210.41
HSL3.75º13.22%52.55%-
HSV(B)3.75º21.33%58.82%-
XYZ22.5621.2220.05-
YUV128.74121.94143.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=38.66%
G=30.93%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012011800.200.210.413.7513.2252.55
Hex96787601415294d35
Octal226170166024255141565
Binary1001011011110001110110010100101011010011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967876; }

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

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

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

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

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

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

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

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