#957A76

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

Shades of Bazaar #957A76

Tints of Bazaar #957A76

Color information

#957A76 (or 0x957A76) is unknown color: approx Bazaar. HEX triplet: 95, 7A and 76. RGB value is (149,122,118). Sum of RGB (Red+Green+Blue) = 149+122+118=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A76 is #6A8589. Grayscale: #818181. Windows color (decimal): -6981002 or 7764629. OLE color: 7764629.

HSL color Cylindrical-coordinate representation of color #957A76: hue angle of 7.74º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957A76 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149122118-
CMYK00.180.210.42
HSL7.74º12.76%52.35%-
HSV(B)7.74º20.81%58.43%-
XYZ22.6221.6220.12-
YUV129.62121.45141.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=38.30%
G=31.36%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912211800.180.210.427.7412.7652.35
Hex957A76012152A8d34
Octal2251721660222552101564
Binary10010101111101011101100100101010110101010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A76; }

 p { color: rgb(149,122,118); }

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

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

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

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

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

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

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