#957979

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

Shades of Bazaar #957979

Tints of Bazaar #957979

Color information

#957979 (or 0x957979) is unknown color: approx Bazaar. HEX triplet: 95, 79 and 79. RGB value is (149,121,121). Sum of RGB (Red+Green+Blue) = 149+121+121=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #957979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957979 is #6A8686. Grayscale: #818181. Windows color (decimal): -6981255 or 7960981. OLE color: 7960981.

HSL color Cylindrical-coordinate representation of color #957979: hue angle of 0º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957979 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149121121-
CMYK00.190.190.42
HSL11.67%52.94%-
HSV(B)18.79%58.43%-
XYZ22.6821.4421.03-
YUV129.37123.28142-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=38.11%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912112100.190.190.42011.6752.94
Hex957979013132A0c35
Octal225171171023235201465
Binary10010101111100111110010100111001110101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957979; }

 p { color: rgb(149,121,121); }

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

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

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

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

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

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

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