Html Css Color HEX #977676 Bazaar

📋 copy color: '#977676'

red 151 ◦ green 118 ◦ blue 118

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

Shades of Bazaar #977676

Tints of Bazaar #977676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

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

R = 39.02%
G = 30.49%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#977676 (or 0x977676) is known color: Bazaar. HEX triplet: 97, 76 and 76. RGB value is (151,118,118). Sum of RGB (Red+Green+Blue) = 151+118+118=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #977676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977676 is #688989. Grayscale: #7F7F7F. Windows color (decimal): -6850954 or 7763607. OLE color: 7763607.

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

Color convert

RGB 151 118 118 -
CMYK 0 0.22 0.22 0.41
HSL 0.14% 0.53% -
HSV(B) 0.22% 0.59% -
XYZ 22.51 20.84 19.98 -
YUV 127.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 151 118 118 0 0.22 0.22 0.41 0 0.14 0.53
Hex 97 76 76 0 16 16 29 0 E 35
Octal 227 166 166 0 26 26 51 0 16 65
Binary 10010111 1110110 1110110 0 10110 10110 101001 0 1110 110101

Color Harmonies of #977676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977676

Black with #977676

Text Example


Text Example

White with #977676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977676; }

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

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

background-color css

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

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

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

border-color css

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

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

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