Html Css Color HEX #977777 Bazaar

📋 copy color: '#977777'

red 151 ◦ green 119 ◦ blue 119

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

Shades of Bazaar #977777

Tints of Bazaar #977777

RGB

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

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

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

R = 38.82%
G = 30.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#977777 (or 0x977777) is known color: Bazaar. HEX triplet: 97, 77 and 77. RGB value is (151,119,119). Sum of RGB (Red+Green+Blue) = 151+119+119=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #977777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977777 is #688888. Grayscale: #808080. Windows color (decimal): -6850697 or 7829399. OLE color: 7829399.

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

Color convert

RGB 151 119 119 -
CMYK 0 0.21 0.21 0.41
HSL 0.13% 0.53% -
HSV(B) 0.21% 0.59% -
XYZ 22.69 21.1 20.33 -
YUV 128.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 151 119 119 0 0.21 0.21 0.41 0 0.13 0.53
Hex 97 77 77 0 15 15 29 0 D 35
Octal 227 167 167 0 25 25 51 0 15 65
Binary 10010111 1110111 1110111 0 10101 10101 101001 0 1101 110101

Color Harmonies of #977777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977777

Black with #977777

Text Example


Text Example

White with #977777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977777; }

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

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

background-color css

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

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

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

border-color css

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

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

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