#957776

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

Shades of Bazaar #957776

Tints of Bazaar #957776

Color information

#957776 (or 0x957776) is unknown color: approx Bazaar. HEX triplet: 95, 77 and 76. RGB value is (149,119,118). Sum of RGB (Red+Green+Blue) = 149+119+118=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957776 is #6A8889. Grayscale: #7F7F7F. Windows color (decimal): -6981770 or 7763861. OLE color: 7763861.

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

Color convert

RGB149119118-
CMYK00.200.210.42
HSL1.94º12.76%52.35%-
HSV(B)1.94º20.81%58.43%-
XYZ22.2620.8920-
YUV127.86122.44143.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=38.60%
G=30.83%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911911800.200.210.421.9412.7652.35
Hex957776014152A2d34
Octal225167166024255221564
Binary100101011110111111011001010010101101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957776; }

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

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

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

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

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

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

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

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