#857979

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

Shades of Bazaar #857979

Tints of Bazaar #857979

Color information

#857979 (or 0x857979) is unknown color: approx Bazaar. HEX triplet: 85, 79 and 79. RGB value is (133,121,121). Sum of RGB (Red+Green+Blue) = 133+121+121=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857979 is #7A8686. Grayscale: #7C7C7C. Windows color (decimal): -8029831 or 7960965. OLE color: 7960965.

HSL color Cylindrical-coordinate representation of color #857979: hue angle of 0º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857979 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133121121-
CMYK00.090.090.48
HSL4.72%49.8%-
HSV(B)9.02%52.16%-
XYZ19.9620.0420.91-
YUV124.59125.98134-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=35.47%
G=32.27%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112100.090.090.4804.7249.8
Hex857979099300532
Octal20517117101111600562
Binary10000101111100111110010100110011100000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857979; }

 p { color: rgb(133,121,121); }

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

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

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

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

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

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

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