#917976

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

Shades of Bazaar #917976

Tints of Bazaar #917976

Color information

#917976 (or 0x917976) is unknown color: approx Bazaar. HEX triplet: 91, 79 and 76. RGB value is (145,121,118). Sum of RGB (Red+Green+Blue) = 145+121+118=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917976 is #6E8689. Grayscale: #7F7F7F. Windows color (decimal): -7243402 or 7764369. OLE color: 7764369.

HSL color Cylindrical-coordinate representation of color #917976: hue angle of 6.67º 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 #917976 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145121118-
CMYK00.170.190.43
HSL6.67º10.93%51.57%-
HSV(B)6.67º18.62%56.86%-
XYZ21.782120.05-
YUV127.83122.45140.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=37.76%
G=31.51%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512111800.170.190.436.6710.9351.57
Hex917976011132B7b34
Octal221171166021235371364
Binary1001000111110011110110010001100111010111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917976; }

 p { color: rgb(145,121,118); }

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

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

 a { background-color: rgb(145,121,118); }

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

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

 span { border-color: rgb(145,121,118); }

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