#857878

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

Shades of Bazaar #857878

Tints of Bazaar #857878

Color information

#857878 (or 0x857878) is unknown color: approx Bazaar. HEX triplet: 85, 78 and 78. RGB value is (133,120,120). Sum of RGB (Red+Green+Blue) = 133+120+120=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857878 is #7A8787. Grayscale: #7B7B7B. Windows color (decimal): -8030088 or 7895173. OLE color: 7895173.

HSL color Cylindrical-coordinate representation of color #857878: 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.1%. Process color model (Four color, CMYK) of #857878 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133120120-
CMYK00.100.100.48
HSL5.14%49.61%-
HSV(B)9.77%52.16%-
XYZ19.7819.7820.54-
YUV123.89125.81134.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=35.66%
G=32.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312012000.100.100.4805.1449.61
Hex8578780AA300532
Octal20517017001212600562
Binary10000101111100011110000101010101100000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857878; }

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

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

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

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

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

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

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

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