#917D7A

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

Shades of Bazaar #917D7A

Tints of Bazaar #917D7A

Color information

#917D7A (or 0x917D7A) is unknown color: approx Bazaar. HEX triplet: 91, 7D and 7A. RGB value is (145,125,122). Sum of RGB (Red+Green+Blue) = 145+125+122=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #917D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D7A is #6E8285. Grayscale: #828282. Windows color (decimal): -7242374 or 8027537. OLE color: 8027537.

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

Color convert

RGB145125122-
CMYK00.140.160.43
HSL7.83º9.47%52.35%-
HSV(B)7.83º15.86%56.86%-
XYZ22.5222.0921.49-
YUV130.64123.13138.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=36.99%
G=31.89%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512512200.140.160.437.839.4752.35
Hex917D7A0E102B8934
Octal2211751720162053101164
Binary1001000111111011111010011101000010101110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D7A; }

 p { color: rgb(145,125,122); }

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

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

 a { background-color: rgb(145,125,122); }

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

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

 span { border-color: rgb(145,125,122); }

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