Html Css Color HEX #957877 Bazaar

📋 copy color: '#957877'

red 149 ◦ green 120 ◦ blue 119

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

Shades of Bazaar #957877

Tints of Bazaar #957877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 38.4%
G = 30.93%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#957877 (or 0x957877) is known color: Bazaar. HEX triplet: 95, 78 and 77. RGB value is (149,120,119). Sum of RGB (Red+Green+Blue) = 149+120+119=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957877 is #6A8788. Grayscale: #808080. Windows color (decimal): -6981513 or 7829653. OLE color: 7829653.

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

Color convert

RGB 149 120 119 -
CMYK 0 0.19 0.20 0.42
HSL 0.12% 0.53% -
HSV(B) 0.2% 0.58% -
XYZ 22.44 21.15 20.35 -
YUV 128.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 149 120 119 0 0.19 0.20 0.42 2 0.12 0.53
Hex 95 78 77 0 13 14 2A 2 C 35
Octal 225 170 167 0 23 24 52 2 14 65
Binary 10010101 1111000 1110111 0 10011 10100 101010 10 1100 110101

Color Harmonies of #957877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957877

Black with #957877

Text Example


Text Example

White with #957877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957877; }

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

 H1.HeaderClassName
 {
   color: #957877;
 }
 .AnyTagClassName
 {
   color: #957877;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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