Html Css Color HEX #957977 Bazaar

📋 copy color: '#957977'

red 149 ◦ green 121 ◦ blue 119

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

Shades of Bazaar #957977

Tints of Bazaar #957977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

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

R = 38.3%
G = 31.11%
B = 30.59%

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

#957977 (or 0x957977) is known color: Bazaar. HEX triplet: 95, 79 and 77. RGB value is (149,121,119). Sum of RGB (Red+Green+Blue) = 149+121+119=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957977 is #6A8688. Grayscale: #818181. Windows color (decimal): -6981257 or 7829909. OLE color: 7829909.

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

Color convert

RGB 149 121 119 -
CMYK 0 0.19 0.20 0.42
HSL 0.12% 0.53% -
HSV(B) 0.2% 0.58% -
XYZ 22.56 21.4 20.39 -
YUV 129.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 149 121 119 0 0.19 0.20 0.42 4 0.12 0.53
Hex 95 79 77 0 13 14 2A 4 C 35
Octal 225 171 167 0 23 24 52 4 14 65
Binary 10010101 1111001 1110111 0 10011 10100 101010 100 1100 110101

Color Harmonies of #957977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957977

Black with #957977

Text Example


Text Example

White with #957977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957977; }

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

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

background-color css

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

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

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

border-color css

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

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

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