#957A77

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

Shades of Bazaar #957A77

Tints of Bazaar #957A77

Color information

#957A77 (or 0x957A77) is unknown color: approx Bazaar. HEX triplet: 95, 7A and 77. RGB value is (149,122,119). Sum of RGB (Red+Green+Blue) = 149+122+119=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A77 is #6A8588. Grayscale: #818181. Windows color (decimal): -6981001 or 7830165. OLE color: 7830165.

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

Color convert

RGB149122119-
CMYK00.180.200.42
HSL12.4%52.55%-
HSV(B)20.13%58.43%-
XYZ22.6821.6420.43-
YUV129.73121.95141.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=38.21%
G=31.28%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912211900.180.200.42612.452.55
Hex957A77012142A6c35
Octal225172167022245261465
Binary1001010111110101110111010010101001010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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