#957876

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

Shades of Bazaar #957876

Tints of Bazaar #957876

Color information

#957876 (or 0x957876) is unknown color: approx Bazaar. HEX triplet: 95, 78 and 76. RGB value is (149,120,118). Sum of RGB (Red+Green+Blue) = 149+120+118=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #957876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957876 is #6A8789. Grayscale: #808080. Windows color (decimal): -6981514 or 7764117. OLE color: 7764117.

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

Color convert

RGB149120118-
CMYK00.190.210.42
HSL3.87º12.76%52.35%-
HSV(B)3.87º20.81%58.43%-
XYZ22.3821.1320.04-
YUV128.44122.11142.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=38.50%
G=31.01%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912011800.190.210.423.8712.7652.35
Hex957876013152A4d34
Octal225170166023255241564
Binary1001010111110001110110010011101011010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957876; }

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

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

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

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

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

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

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

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