#917978

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

Shades of Bazaar #917978

Tints of Bazaar #917978

Color information

#917978 (or 0x917978) is unknown color: approx Bazaar. HEX triplet: 91, 79 and 78. RGB value is (145,121,120). Sum of RGB (Red+Green+Blue) = 145+121+120=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917978 is #6E8687. Grayscale: #808080. Windows color (decimal): -7243400 or 7895441. OLE color: 7895441.

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

Color convert

RGB145121120-
CMYK00.170.170.43
HSL2.4º10.2%51.96%-
HSV(B)2.4º17.24%56.86%-
XYZ21.921.0520.68-
YUV128.06123.45140.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=37.56%
G=31.35%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512112000.170.170.432.410.251.96
Hex917978011112B2a34
Octal221171170021215321264
Binary100100011111001111100001000110001101011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917978; }

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

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

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

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

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

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

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

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