#957773

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

Shades of Bazaar #957773

Tints of Bazaar #957773

Color information

#957773 (or 0x957773) is unknown color: approx Bazaar. HEX triplet: 95, 77 and 73. RGB value is (149,119,115). Sum of RGB (Red+Green+Blue) = 149+119+115=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957773 is #6A888C. Grayscale: #7F7F7F. Windows color (decimal): -6981773 or 7567253. OLE color: 7567253.

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

Color convert

RGB149119115-
CMYK00.200.230.42
HSL7.06º13.82%51.76%-
HSV(B)7.06º22.82%58.43%-
XYZ22.0920.8219.07-
YUV127.51120.94143.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=38.90%
G=31.07%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911911500.200.230.427.0613.8251.76
Hex957773014172A7e34
Octal225167163024275271664
Binary1001010111101111110011010100101111010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957773; }

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

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

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

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

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

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

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

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