#917B7B

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

Shades of Bazaar #917B7B

Tints of Bazaar #917B7B

Color information

#917B7B (or 0x917B7B) is unknown color: approx Bazaar. HEX triplet: 91, 7B and 7B. RGB value is (145,123,123). Sum of RGB (Red+Green+Blue) = 145+123+123=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #917B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B7B is #6E8484. Grayscale: #818181. Windows color (decimal): -7242885 or 8092561. OLE color: 8092561.

HSL color Cylindrical-coordinate representation of color #917B7B: 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.15%. Process color model (Four color, CMYK) of #917B7B is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB145123123-
CMYK00.150.150.43
HSL9.09%52.55%-
HSV(B)15.17%56.86%-
XYZ22.3421.6221.73-
YUV129.58124.29139-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=37.08%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512312300.150.150.4309.0952.55
Hex917B7B0FF2B0935
Octal221173173017175301165
Binary100100011111011111101101111111110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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