Html Css Color HEX #957773 Bazaar

📋 copy color: '#957773'

red 149 ◦ green 119 ◦ blue 115

#957773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #957773

Tints of Bazaar #957773

RGB

 RED value IS 149 (58.59% from 255) = 38.9%

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 38.9%
G = 31.07%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#957773 (or 0x957773) is known color: 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

RGB 149 119 115 -
CMYK 0 0.20 0.23 0.42
HSL 7.06º 0.14% 0.52% -
HSV(B) 7.06º 0.23% 0.58% -
XYZ 22.09 20.82 19.07 -
YUV 127.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 149 119 115 0 0.20 0.23 0.42 7.06 0.14 0.52
Hex 95 77 73 0 14 17 2A 7 E 34
Octal 225 167 163 0 24 27 52 7 16 64
Binary 10010101 1110111 1110011 0 10100 10111 101010 111 1110 110100

Color Harmonies of #957773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957773

Black with #957773

Text Example


Text Example

White with #957773

Text Example


Text Example

HTML Codes & Css Web 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>