#917975

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

Shades of Bazaar #917975

Tints of Bazaar #917975

Color information

#917975 (or 0x917975) is unknown color: approx Bazaar. HEX triplet: 91, 79 and 75. RGB value is (145,121,117). Sum of RGB (Red+Green+Blue) = 145+121+117=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #917975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917975 is #6E868A. Grayscale: #7F7F7F. Windows color (decimal): -7243403 or 7698833. OLE color: 7698833.

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

Color convert

RGB145121117-
CMYK00.170.190.43
HSL8.57º11.29%51.37%-
HSV(B)8.57º19.31%56.86%-
XYZ21.7320.9819.73-
YUV127.72121.95140.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=37.86%
G=31.59%
B=30.55%

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
Decimal14512111700.170.190.438.5711.2951.37
Hex917975011132B9b33
Octal2211711650212353111363
Binary10010001111100111101010100011001110101110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917975; }

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

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

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

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

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

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

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

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