#857978

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

Shades of Bazaar #857978

Tints of Bazaar #857978

Color information

#857978 (or 0x857978) is unknown color: approx Bazaar. HEX triplet: 85, 79 and 78. RGB value is (133,121,120). Sum of RGB (Red+Green+Blue) = 133+121+120=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857978 is #7A8687. Grayscale: #7C7C7C. Windows color (decimal): -8029832 or 7895429. OLE color: 7895429.

HSL color Cylindrical-coordinate representation of color #857978: hue angle of 4.62º 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 #857978 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133121120-
CMYK00.090.100.48
HSL4.62º5.14%49.61%-
HSV(B)4.62º9.77%52.16%-
XYZ19.920.0220.58-
YUV124.47125.48134.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=35.56%
G=32.35%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112000.090.100.484.625.1449.61
Hex85797809A305532
Octal20517117001112605562
Binary1000010111110011111000010011010110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857978; }

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

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

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

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

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

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

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

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