Html Css Color HEX #977574 Bazaar

📋 copy color: '#977574'

red 151 ◦ green 117 ◦ blue 116

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

Shades of Bazaar #977574

Tints of Bazaar #977574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 39.32%
G = 30.47%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977574 (or 0x977574) is known color: Bazaar. HEX triplet: 97, 75 and 74. RGB value is (151,117,116). Sum of RGB (Red+Green+Blue) = 151+117+116=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #977574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977574 is #688A8B. Grayscale: #7F7F7F. Windows color (decimal): -6851212 or 7632279. OLE color: 7632279.

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

Color convert

RGB 151 117 116 -
CMYK 0 0.23 0.23 0.41
HSL 1.71º 0.14% 0.52% -
HSV(B) 1.71º 0.23% 0.59% -
XYZ 22.28 20.56 19.32 -
YUV 127.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 151 117 116 0 0.23 0.23 0.41 1.71 0.14 0.52
Hex 97 75 74 0 17 17 29 2 E 34
Octal 227 165 164 0 27 27 51 2 16 64
Binary 10010111 1110101 1110100 0 10111 10111 101001 10 1110 110100

Color Harmonies of #977574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977574

Black with #977574

Text Example


Text Example

White with #977574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977574; }

 p { color: rgb(151,117,116); }

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

background-color css

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

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

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

border-color css

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

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

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