Html Css Color HEX #997774 Bazaar

📋 copy color: '#997774'

red 153 ◦ green 119 ◦ blue 116

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

Shades of Bazaar #997774

Tints of Bazaar #997774

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 39.43%
G = 30.67%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#997774 (or 0x997774) is known color: Bazaar. HEX triplet: 99, 77 and 74. RGB value is (153,119,116). Sum of RGB (Red+Green+Blue) = 153+119+116=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997774 is #66888B. Grayscale: #808080. Windows color (decimal): -6719628 or 7632793. OLE color: 7632793.

HSL color Cylindrical-coordinate representation of color #997774: hue angle of 4.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997774 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 116 -
CMYK 0 0.22 0.24 0.4
HSL 4.86º 0.15% 0.53% -
HSV(B) 4.86º 0.24% 0.6% -
XYZ 22.89 21.23 19.41 -
YUV 128.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 153 119 116 0 0.22 0.24 0.4 4.86 0.15 0.53
Hex 99 77 74 0 16 18 28 5 F 35
Octal 231 167 164 0 26 30 50 5 17 65
Binary 10011001 1110111 1110100 0 10110 11000 101000 101 1111 110101

Color Harmonies of #997774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997774

Black with #997774

Text Example


Text Example

White with #997774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997774; }

 p { color: rgb(153,119,116); }

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

background-color css

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

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

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

border-color css

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

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

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