#97726F

Color #97726F Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #97726F

Tints of Bazaar #97726F

Color information

#97726F (or 0x97726F) is unknown color: approx Bazaar. HEX triplet: 97, 72 and 6F. RGB value is (151,114,111). Sum of RGB (Red+Green+Blue) = 151+114+111=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97726F is #688D90. Grayscale: #7C7C7C. Windows color (decimal): -6851985 or 7303831. OLE color: 7303831.

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

Color convert

RGB151114111-
CMYK00.250.260.41
HSL4.5º16.13%51.37%-
HSV(B)4.5º26.49%59.22%-
XYZ21.6519.7617.71-
YUV124.72120.26146.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=40.16%
G=30.32%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111411100.250.260.414.516.1351.37
Hex97726F0191A2951033
Octal227162157031325152063
Binary10010111111001011011110110011101010100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97726F; }

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

 H1.HeaderClassName
 {
   color: #97726F;
 }
 .AnyTagClassName
 {
   color: #97726F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #97726F;
 }
 .BgClassName
 {
   background-color: #97726F;
 }
</style>
border-color css

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

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

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