#957978

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

Shades of Bazaar #957978

Tints of Bazaar #957978

Color information

#957978 (or 0x957978) is unknown color: approx Bazaar. HEX triplet: 95, 79 and 78. RGB value is (149,121,120). Sum of RGB (Red+Green+Blue) = 149+121+120=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957978 is #6A8687. Grayscale: #818181. Windows color (decimal): -6981256 or 7895445. OLE color: 7895445.

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

Color convert

RGB149121120-
CMYK00.190.190.42
HSL2.07º12.03%52.75%-
HSV(B)2.07º19.46%58.43%-
XYZ22.6221.4220.71-
YUV129.26122.78142.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=38.21%
G=31.03%
B=30.77%

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
Decimal14912112000.190.190.422.0712.0352.75
Hex957978013132A2c35
Octal225171170023235221465
Binary100101011111001111100001001110011101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957978; }

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

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

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

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

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

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

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

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