#937977

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

Shades of Bazaar #937977

Tints of Bazaar #937977

Color information

#937977 (or 0x937977) is unknown color: approx Bazaar. HEX triplet: 93, 79 and 77. RGB value is (147,121,119). Sum of RGB (Red+Green+Blue) = 147+121+119=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #937977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937977 is #6C8688. Grayscale: #808080. Windows color (decimal): -7112329 or 7829907. OLE color: 7829907.

HSL color Cylindrical-coordinate representation of color #937977: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937977 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB147121119-
CMYK00.180.190.42
HSL4.29º11.48%52.16%-
HSV(B)4.29º19.05%57.65%-
XYZ22.221.2120.38-
YUV128.55122.61141.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=37.98%
G=31.27%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712111900.180.190.424.2911.4852.16
Hex937977012132A4b34
Octal223171167022235241364
Binary1001001111110011110111010010100111010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937977; }

 p { color: rgb(147,121,119); }

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

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

 a { background-color: rgb(147,121,119); }

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

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

 span { border-color: rgb(147,121,119); }

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