#947979

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

Shades of Bazaar #947979

Tints of Bazaar #947979

Color information

#947979 (or 0x947979) is unknown color: approx Bazaar. HEX triplet: 94, 79 and 79. RGB value is (148,121,121). Sum of RGB (Red+Green+Blue) = 148+121+121=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #947979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947979 is #6B8686. Grayscale: #818181. Windows color (decimal): -7046791 or 7960980. OLE color: 7960980.

HSL color Cylindrical-coordinate representation of color #947979: hue angle of 0º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947979 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148121121-
CMYK00.180.180.42
HSL11.2%52.75%-
HSV(B)18.24%58.04%-
XYZ22.521.3521.02-
YUV129.07123.45141.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=37.95%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812112100.180.180.42011.252.75
Hex947979012122A0b35
Octal224171171022225201365
Binary10010100111100111110010100101001010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947979; }

 p { color: rgb(148,121,121); }

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

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

 a { background-color: rgb(148,121,121); }

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

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

 span { border-color: rgb(148,121,121); }

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