#957874

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

Shades of Bazaar #957874

Tints of Bazaar #957874

Color information

#957874 (or 0x957874) is unknown color: approx Bazaar. HEX triplet: 95, 78 and 74. RGB value is (149,120,116). Sum of RGB (Red+Green+Blue) = 149+120+116=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957874 is #6A878B. Grayscale: #808080. Windows color (decimal): -6981516 or 7633045. OLE color: 7633045.

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

Color convert

RGB149120116-
CMYK00.190.220.42
HSL7.27º13.47%51.96%-
HSV(B)7.27º22.15%58.43%-
XYZ22.2621.0819.42-
YUV128.21121.11142.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=38.70%
G=31.17%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912011600.190.220.427.2713.4751.96
Hex957874013162A7d34
Octal225170164023265271564
Binary1001010111110001110100010011101101010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957874; }

 p { color: rgb(149,120,116); }

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

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

 a { background-color: rgb(149,120,116); }

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

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

 span { border-color: rgb(149,120,116); }

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