#927A78

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

Shades of Bazaar #927A78

Tints of Bazaar #927A78

Color information

#927A78 (or 0x927A78) is unknown color: approx Bazaar. HEX triplet: 92, 7A and 78. RGB value is (146,122,120). Sum of RGB (Red+Green+Blue) = 146+122+120=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #927A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A78 is #6D8587. Grayscale: #808080. Windows color (decimal): -7177608 or 7895698. OLE color: 7895698.

HSL color Cylindrical-coordinate representation of color #927A78: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927A78 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146122120-
CMYK00.160.180.43
HSL4.62º10.66%52.16%-
HSV(B)4.62º17.81%57.25%-
XYZ22.221.3920.73-
YUV128.95122.95140.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=37.63%
G=31.44%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612212000.160.180.434.6210.6652.16
Hex927A78010122B5b34
Octal222172170020225351364
Binary1001001011110101111000010000100101010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927A78; }

 p { color: rgb(146,122,120); }

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

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

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

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

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

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

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