#8C7C7A

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

Shades of Bazaar #8C7C7A

Tints of Bazaar #8C7C7A

Color information

#8C7C7A (or 0x8C7C7A) is unknown color: approx Bazaar. HEX triplet: 8C, 7C and 7A. RGB value is (140,124,122). Sum of RGB (Red+Green+Blue) = 140+124+122=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C7A is #738385. Grayscale: #808080. Windows color (decimal): -7570310 or 8027276. OLE color: 8027276.

HSL color Cylindrical-coordinate representation of color #8C7C7A: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C7C7A is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB140124122-
CMYK00.110.130.45
HSL6.67º7.26%51.37%-
HSV(B)6.67º12.86%54.9%-
XYZ21.5421.421.41-
YUV128.56124.3136.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.27%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=36.27%
G=32.12%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012412200.110.130.456.677.2651.37
Hex8C7C7A0BD2D7733
Octal21417417201315557763
Binary1000110011111001111010010111101101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7C7A; }

 p { color: rgb(140,124,122); }

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

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

 a { background-color: rgb(140,124,122); }

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

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

 span { border-color: rgb(140,124,122); }

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