#997775

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

Shades of Bazaar #997775

Tints of Bazaar #997775

Color information

#997775 (or 0x997775) is unknown color: approx Bazaar. HEX triplet: 99, 77 and 75. RGB value is (153,119,117). Sum of RGB (Red+Green+Blue) = 153+119+117=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #997775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997775 is #66888A. Grayscale: #808080. Windows color (decimal): -6719627 or 7698329. OLE color: 7698329.

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

Color convert

RGB153119117-
CMYK00.220.240.4
HSL3.33º15%52.94%-
HSV(B)3.33º23.53%60%-
XYZ22.9421.2519.72-
YUV128.94121.26145.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=39.33%
G=30.59%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311911700.220.240.43.331552.94
Hex99777501618283f35
Octal231167165026305031765
Binary100110011110111111010101011011000101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997775; }

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

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

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

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

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

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

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

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