Html Css Color HEX #977976 Bazaar

📋 copy color: '#977976'

red 151 ◦ green 121 ◦ blue 118

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

Shades of Bazaar #977976

Tints of Bazaar #977976

RGB

 RED value IS 151 (59.38% from 255) = 38.72%

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

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

R = 38.72%
G = 31.03%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#977976 (or 0x977976) is known color: Bazaar. HEX triplet: 97, 79 and 76. RGB value is (151,121,118). Sum of RGB (Red+Green+Blue) = 151+121+118=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #977976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977976 is #688689. Grayscale: #818181. Windows color (decimal): -6850186 or 7764375. OLE color: 7764375.

HSL color Cylindrical-coordinate representation of color #977976: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977976 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 118 -
CMYK 0 0.20 0.22 0.41
HSL 5.45º 0.14% 0.53% -
HSV(B) 5.45º 0.22% 0.59% -
XYZ 22.87 21.56 20.1 -
YUV 129.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 151 121 118 0 0.20 0.22 0.41 5.45 0.14 0.53
Hex 97 79 76 0 14 16 29 5 E 35
Octal 227 171 166 0 24 26 51 5 16 65
Binary 10010111 1111001 1110110 0 10100 10110 101001 101 1110 110101

Color Harmonies of #977976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977976

Black with #977976

Text Example


Text Example

White with #977976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977976; }

 p { color: rgb(151,121,118); }

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

background-color css

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

 a { background-color: rgb(151,121,118); }

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

border-color css

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

 span { border-color: rgb(151,121,118); }

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