#947977

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

Shades of Bazaar #947977

Tints of Bazaar #947977

Color information

#947977 (or 0x947977) is unknown color: approx Bazaar. HEX triplet: 94, 79 and 77. RGB value is (148,121,119). Sum of RGB (Red+Green+Blue) = 148+121+119=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #947977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947977 is #6B8688. Grayscale: #808080. Windows color (decimal): -7046793 or 7829908. OLE color: 7829908.

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

Color convert

RGB148121119-
CMYK00.180.200.42
HSL4.14º11.93%52.35%-
HSV(B)4.14º19.59%58.04%-
XYZ22.3821.320.39-
YUV128.84122.45141.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=38.14%
G=31.19%
B=30.67%

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
Decimal14812111900.180.200.424.1411.9352.35
Hex947977012142A4c34
Octal224171167022245241464
Binary1001010011110011110111010010101001010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947977; }

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

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

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

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

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

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

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

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