#927272

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

Shades of Bazaar #927272

Tints of Bazaar #927272

Color information

#927272 (or 0x927272) is unknown color: approx Bazaar. HEX triplet: 92, 72 and 72. RGB value is (146,114,114). Sum of RGB (Red+Green+Blue) = 146+114+114=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #927272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927272 is #6D8D8D. Grayscale: #7B7B7B. Windows color (decimal): -7179662 or 7500434. OLE color: 7500434.

HSL color Cylindrical-coordinate representation of color #927272: hue angle of 0º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927272 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB146114114-
CMYK00.220.220.43
HSL12.8%50.98%-
HSV(B)21.92%57.25%-
XYZ20.9119.3618.55-
YUV123.57122.6144-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=39.04%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611411400.220.220.43012.850.98
Hex927272016162B0d33
Octal222162162026265301563
Binary10010010111001011100100101101011010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927272; }

 p { color: rgb(146,114,114); }

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

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

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

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

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

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

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