#97726E

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

Shades of Bazaar #97726E

Tints of Bazaar #97726E

Color information

#97726E (or 0x97726E) is unknown color: approx Bazaar. HEX triplet: 97, 72 and 6E. RGB value is (151,114,110). Sum of RGB (Red+Green+Blue) = 151+114+110=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #97726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97726E is #688D91. Grayscale: #7C7C7C. Windows color (decimal): -6851986 or 7238295. OLE color: 7238295.

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

Color convert

RGB151114110-
CMYK00.250.270.41
HSL5.85º16.47%51.18%-
HSV(B)5.85º27.15%59.22%-
XYZ21.5919.7417.42-
YUV124.61119.76146.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=40.27%
G=30.4%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111411000.250.270.415.8516.4751.18
Hex97726E0191B2961033
Octal227162156031335162063
Binary10010111111001011011100110011101110100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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