#917C7C

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

Shades of Bazaar #917C7C

Tints of Bazaar #917C7C

Color information

#917C7C (or 0x917C7C) is unknown color: approx Bazaar. HEX triplet: 91, 7C and 7C. RGB value is (145,124,124). Sum of RGB (Red+Green+Blue) = 145+124+124=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C7C is #6E8383. Grayscale: #828282. Windows color (decimal): -7242628 or 8158353. OLE color: 8158353.

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

Color convert

RGB145124124-
CMYK00.140.140.43
HSL8.71%52.75%-
HSV(B)14.48%56.86%-
XYZ22.5221.8922.11-
YUV130.28124.46138.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=36.90%
G=31.55%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512412400.140.140.4308.7152.75
Hex917C7C0EE2B0935
Octal221174174016165301165
Binary100100011111100111110001110111010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,124); }

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

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

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

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

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

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

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