Html Css Color HEX #977270 Bazaar

📋 copy color: '#977270'

red 151 ◦ green 114 ◦ blue 112

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

Shades of Bazaar #977270

Tints of Bazaar #977270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 40.05%
G = 30.24%
B = 29.71%

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

#977270 (or 0x977270) is known color: Bazaar. HEX triplet: 97, 72 and 70. RGB value is (151,114,112). Sum of RGB (Red+Green+Blue) = 151+114+112=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #977270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977270 is #688D8F. Grayscale: #7C7C7C. Windows color (decimal): -6851984 or 7369367. OLE color: 7369367.

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

Color convert

RGB 151 114 112 -
CMYK 0 0.25 0.26 0.41
HSL 3.08º 0.16% 0.52% -
HSV(B) 3.08º 0.26% 0.59% -
XYZ 21.7 19.78 18 -
YUV 124.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 151 114 112 0 0.25 0.26 0.41 3.08 0.16 0.52
Hex 97 72 70 0 19 1A 29 3 10 34
Octal 227 162 160 0 31 32 51 3 20 64
Binary 10010111 1110010 1110000 0 11001 11010 101001 11 10000 110100

Color Harmonies of #977270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977270

Black with #977270

Text Example


Text Example

White with #977270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977270; }

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

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

background-color css

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

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

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

border-color css

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

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

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