Html Css Color HEX #977470 Bazaar

📋 copy color: '#977470'

red 151 ◦ green 116 ◦ blue 112

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

Shades of Bazaar #977470

Tints of Bazaar #977470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 39.84%
G = 30.61%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#977470 (or 0x977470) is known color: Bazaar. HEX triplet: 97, 74 and 70. RGB value is (151,116,112). Sum of RGB (Red+Green+Blue) = 151+116+112=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #977470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977470 is #688B8F. Grayscale: #7E7E7E. Windows color (decimal): -6851472 or 7369879. OLE color: 7369879.

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

Color convert

RGB 151 116 112 -
CMYK 0 0.23 0.26 0.41
HSL 6.15º 0.16% 0.52% -
HSV(B) 6.15º 0.26% 0.59% -
XYZ 21.93 20.24 18.08 -
YUV 126.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 151 116 112 0 0.23 0.26 0.41 6.15 0.16 0.52
Hex 97 74 70 0 17 1A 29 6 10 34
Octal 227 164 160 0 27 32 51 6 20 64
Binary 10010111 1110100 1110000 0 10111 11010 101001 110 10000 110100

Color Harmonies of #977470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977470

Black with #977470

Text Example


Text Example

White with #977470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977470; }

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

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

background-color css

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

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

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

border-color css

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

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

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