Html Css Color HEX #957A76 Bazaar

📋 copy color: '#957A76'

red 149 ◦ green 122 ◦ blue 118

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

Shades of Bazaar #957A76

Tints of Bazaar #957A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 38.3%
G = 31.36%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#957A76 (or 0x957A76) is known color: Bazaar. HEX triplet: 95, 7A and 76. RGB value is (149,122,118). Sum of RGB (Red+Green+Blue) = 149+122+118=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A76 is #6A8589. Grayscale: #818181. Windows color (decimal): -6981002 or 7764629. OLE color: 7764629.

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

Color convert

RGB 149 122 118 -
CMYK 0 0.18 0.21 0.42
HSL 7.74º 0.13% 0.52% -
HSV(B) 7.74º 0.21% 0.58% -
XYZ 22.62 21.62 20.12 -
YUV 129.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 149 122 118 0 0.18 0.21 0.42 7.74 0.13 0.52
Hex 95 7A 76 0 12 15 2A 8 D 34
Octal 225 172 166 0 22 25 52 10 15 64
Binary 10010101 1111010 1110110 0 10010 10101 101010 1000 1101 110100

Color Harmonies of #957A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A76

Black with #957A76

Text Example


Text Example

White with #957A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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