#927A76

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

Shades of Bazaar #927A76

Tints of Bazaar #927A76

Color information

#927A76 (or 0x927A76) is unknown color: approx Bazaar. HEX triplet: 92, 7A and 76. RGB value is (146,122,118). Sum of RGB (Red+Green+Blue) = 146+122+118=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #927A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A76 is #6D8589. Grayscale: #808080. Windows color (decimal): -7177610 or 7764626. OLE color: 7764626.

HSL color Cylindrical-coordinate representation of color #927A76: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #927A76 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146122118-
CMYK00.160.190.43
HSL8.57º11.38%51.76%-
HSV(B)8.57º19.18%57.25%-
XYZ22.0821.3420.09-
YUV128.72121.95140.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=37.82%
G=31.61%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612211800.160.190.438.5711.3851.76
Hex927A76010132B9b34
Octal2221721660202353111364
Binary10010010111101011101100100001001110101110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927A76; }

 p { color: rgb(146,122,118); }

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

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

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

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

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

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

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