#917877

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

Shades of Bazaar #917877

Tints of Bazaar #917877

Color information

#917877 (or 0x917877) is unknown color: approx Bazaar. HEX triplet: 91, 78 and 77. RGB value is (145,120,119). Sum of RGB (Red+Green+Blue) = 145+120+119=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917877 is #6E8788. Grayscale: #7F7F7F. Windows color (decimal): -7243657 or 7829649. OLE color: 7829649.

HSL color Cylindrical-coordinate representation of color #917877: hue angle of 2.31º 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 #917877 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB145120119-
CMYK00.170.180.43
HSL2.31º10.57%51.76%-
HSV(B)2.31º17.93%56.86%-
XYZ21.7220.7820.32-
YUV127.36123.28140.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=37.76%
G=31.25%
B=30.99%

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
Decimal14512011900.170.180.432.3110.5751.76
Hex917877011122B2b34
Octal221170167021225321364
Binary100100011111000111011101000110010101011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917877; }

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

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

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

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

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

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

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

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