#947976

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

Shades of Bazaar #947976

Tints of Bazaar #947976

Color information

#947976 (or 0x947976) is unknown color: approx Bazaar. HEX triplet: 94, 79 and 76. RGB value is (148,121,118). Sum of RGB (Red+Green+Blue) = 148+121+118=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947976 is #6B8689. Grayscale: #808080. Windows color (decimal): -7046794 or 7764372. OLE color: 7764372.

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

Color convert

RGB148121118-
CMYK00.180.200.42
HSL12.3%52.16%-
HSV(B)20.27%58.04%-
XYZ22.3221.2820.07-
YUV128.73121.95141.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=38.24%
G=31.27%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812111800.180.200.42612.352.16
Hex947976012142A6c34
Octal224171166022245261464
Binary1001010011110011110110010010101001010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947976; }

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

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

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

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

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

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

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

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