#917977

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

Shades of Bazaar #917977

Tints of Bazaar #917977

Color information

#917977 (or 0x917977) is unknown color: approx Bazaar. HEX triplet: 91, 79 and 77. RGB value is (145,121,119). Sum of RGB (Red+Green+Blue) = 145+121+119=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917977 is #6E8688. Grayscale: #7F7F7F. Windows color (decimal): -7243401 or 7829905. OLE color: 7829905.

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

Color convert

RGB145121119-
CMYK00.170.180.43
HSL4.62º10.57%51.76%-
HSV(B)4.62º17.93%56.86%-
XYZ21.8421.0320.36-
YUV127.95122.95140.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=37.66%
G=31.43%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512111900.170.180.434.6210.5751.76
Hex917977011122B5b34
Octal221171167021225351364
Binary1001000111110011110111010001100101010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917977; }

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

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

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

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

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

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

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

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