#997776

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

Shades of Bazaar #997776

Tints of Bazaar #997776

Color information

#997776 (or 0x997776) is unknown color: approx Bazaar. HEX triplet: 99, 77 and 76. RGB value is (153,119,118). Sum of RGB (Red+Green+Blue) = 153+119+118=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #997776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997776 is #668889. Grayscale: #818181. Windows color (decimal): -6719626 or 7763865. OLE color: 7763865.

HSL color Cylindrical-coordinate representation of color #997776: hue angle of 1.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997776 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153119118-
CMYK00.220.230.4
HSL1.71º14.64%53.14%-
HSV(B)1.71º22.88%60%-
XYZ2321.2720.03-
YUV129.05121.76145.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=39.23%
G=30.51%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311911800.220.230.41.7114.6453.14
Hex99777601617282f35
Octal231167166026275021765
Binary100110011110111111011001011010111101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997776; }

 p { color: rgb(153,119,118); }

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

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

 a { background-color: rgb(153,119,118); }

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

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

 span { border-color: rgb(153,119,118); }

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