Html Css Color HEX #977170 Bazaar

📋 copy color: '#977170'

red 151 ◦ green 113 ◦ blue 112

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

Shades of Bazaar #977170

Tints of Bazaar #977170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 40.16%
G = 30.05%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#977170 (or 0x977170) is known color: Bazaar. HEX triplet: 97, 71 and 70. RGB value is (151,113,112). Sum of RGB (Red+Green+Blue) = 151+113+112=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #977170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977170 is #688E8F. Grayscale: #7C7C7C. Windows color (decimal): -6852240 or 7369111. OLE color: 7369111.

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

Color convert

RGB 151 113 112 -
CMYK 0 0.25 0.26 0.41
HSL 1.54º 0.16% 0.52% -
HSV(B) 1.54º 0.26% 0.59% -
XYZ 21.59 19.56 17.97 -
YUV 124.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 151 113 112 0 0.25 0.26 0.41 1.54 0.16 0.52
Hex 97 71 70 0 19 1A 29 2 10 34
Octal 227 161 160 0 31 32 51 2 20 64
Binary 10010111 1110001 1110000 0 11001 11010 101001 10 10000 110100

Color Harmonies of #977170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977170

Black with #977170

Text Example


Text Example

White with #977170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977170; }

 p { color: rgb(151,113,112); }

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

background-color css

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

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

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

border-color css

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

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

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