#947B79

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

Shades of Bazaar #947B79

Tints of Bazaar #947B79

Color information

#947B79 (or 0x947B79) is unknown color: approx Bazaar. HEX triplet: 94, 7B and 79. RGB value is (148,123,121). Sum of RGB (Red+Green+Blue) = 148+123+121=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #947B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B79 is #6B8486. Grayscale: #828282. Windows color (decimal): -7046279 or 7961492. OLE color: 7961492.

HSL color Cylindrical-coordinate representation of color #947B79: hue angle of 4.44º 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 #947B79 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148123121-
CMYK00.170.180.42
HSL4.44º11.2%52.75%-
HSV(B)4.44º18.24%58.04%-
XYZ22.7521.8421.11-
YUV130.25122.78140.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=37.76%
G=31.38%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812312100.170.180.424.4411.252.75
Hex947B79011122A4b35
Octal224173171021225241365
Binary1001010011110111111001010001100101010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B79; }

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

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

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

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

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

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

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

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