#917875

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

Shades of Bazaar #917875

Tints of Bazaar #917875

Color information

#917875 (or 0x917875) is unknown color: approx Bazaar. HEX triplet: 91, 78 and 75. RGB value is (145,120,117). Sum of RGB (Red+Green+Blue) = 145+120+117=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917875 is #6E878A. Grayscale: #7F7F7F. Windows color (decimal): -7243659 or 7698577. OLE color: 7698577.

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

Color convert

RGB145120117-
CMYK00.170.190.43
HSL6.43º11.29%51.37%-
HSV(B)6.43º19.31%56.86%-
XYZ21.620.7419.69-
YUV127.13122.28140.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=37.96%
G=31.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512011700.170.190.436.4311.2951.37
Hex917875011132B6b33
Octal221170165021235361363
Binary1001000111110001110101010001100111010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917875; }

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

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

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

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

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

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

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

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